Skip to content

Commit

Permalink
Minor change to the mega comment in SqsAdapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Parkinson committed Jun 29, 2015
1 parent 3e4c141 commit 4dda113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/SqsAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* > where only a subset of the servers (based on a weighted random distribution) are
* > queried to see if any messages are available to include in the response.
*
* You may also want to consider setting the `ReceiveMessageWaitTimeSeconds`
* You may want to consider setting the `ReceiveMessageWaitTimeSeconds`
* option to enable long polling the queue, which queries all of the servers.
*
* @link https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html
Expand Down

0 comments on commit 4dda113

Please sign in to comment.