Skip to content

Commit 46ab345

Browse files
authored
adjust output_buffer_size value (#4209)
1 parent e93a455 commit 46ab345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swoole_server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ class Server {
693693
TimerNode *heartbeat_timer = nullptr;
694694

695695
/* buffer output/input setting*/
696-
uint32_t output_buffer_size = SW_OUTPUT_BUFFER_SIZE;
696+
uint32_t output_buffer_size = UINT_MAX;
697697
uint32_t input_buffer_size = SW_INPUT_BUFFER_SIZE;
698698
uint32_t max_queued_bytes = 0;
699699

0 commit comments

Comments
 (0)