Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
adjust chunk size for response to 8k
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Mar 5, 2019
1 parent 5d1a7d0 commit 0a39cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transformers/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Response
{
const CHUNK_SIZE = 1024;
const CHUNK_SIZE = 8192;

/**
* @var \Swoole\Http\Response
Expand Down

0 comments on commit 0a39cad

Please sign in to comment.