Skip to content

Commit

Permalink
adjust output_buffer_size value (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed May 14, 2021
1 parent e93a455 commit 46ab345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/swoole_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ class Server {
TimerNode *heartbeat_timer = nullptr;

/* buffer output/input setting*/
uint32_t output_buffer_size = SW_OUTPUT_BUFFER_SIZE;
uint32_t output_buffer_size = UINT_MAX;
uint32_t input_buffer_size = SW_INPUT_BUFFER_SIZE;
uint32_t max_queued_bytes = 0;

Expand Down

0 comments on commit 46ab345

Please sign in to comment.