We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4c141 commit 4dda113Copy full SHA for 4dda113
src/Adapter/SqsAdapter.php
@@ -30,7 +30,7 @@
30
* > where only a subset of the servers (based on a weighted random distribution) are
31
* > queried to see if any messages are available to include in the response.
32
*
33
- * You may also want to consider setting the `ReceiveMessageWaitTimeSeconds`
+ * You may want to consider setting the `ReceiveMessageWaitTimeSeconds`
34
* option to enable long polling the queue, which queries all of the servers.
35
36
* @link https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html
0 commit comments