Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Mar 14, 2024
1 parent 5626e4d commit 2d9ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ while ($message = $queue->next()) {
mail($address, "See you later");
$message->ack();
} else {
// ack with 1 second timeout
// not ack with 1 second timeout
$message->nack(1);
}
// stop processing
Expand Down

0 comments on commit 2d9ad0b

Please sign in to comment.