Skip to content

Commit a79efd8

Browse files
committed
Restrict buffer size
1 parent b2480f9 commit a79efd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/ThriftClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class ThriftClient implements ClientInterface
1414
{
15-
const MAX_BATCH_SIZE = 100;
15+
const MAX_BATCH_SIZE = 32;
1616

1717
private $serviceName;
1818

0 commit comments

Comments
 (0)