Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0a39cad

Browse files
committed
adjust chunk size for response to 8k
1 parent 5d1a7d0 commit 0a39cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformers/Response.php

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

1111
class Response
1212
{
13-
const CHUNK_SIZE = 1024;
13+
const CHUNK_SIZE = 8192;
1414

1515
/**
1616
* @var \Swoole\Http\Response

0 commit comments

Comments
 (0)