Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 149185a

Browse files
committed
Reduce sqs cutoff size
1 parent 62245e6 commit 149185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqsDiskQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class SqsDiskQueue extends SqsQueue
1515
*
1616
* @var int
1717
*/
18-
public const MAX_SQS_LENGTH = 262144;
18+
public const MAX_SQS_LENGTH = 250000;
1919

2020
/**
2121
* The Amazon SQS instance.

0 commit comments

Comments
 (0)