File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 101101
102102# misc:
103103# task-stack-size: 16384 # task stack size (bytes)
104- # connect-timeout: 5000 # connect timeout (ms)
104+ # connect-timeout: 10000 # connect timeout (ms)
105105# read-write-timeout: 300000 # read-write timeout (ms)
106106# log-file: stderr # stdout or file-path
107107# log-level: warn # debug, info or error
Original file line number Diff line number Diff line change 5050 # udp recv buffer size (bytes)
5151# udp-recv-buffer-size: 1048576
5252 # connect timeout (ms)
53- # connect-timeout: 5000
53+ # connect-timeout: 10000
5454 # read-write timeout (ms)
5555# read-write-timeout: 300000
5656 # stdout, stderr or file-path
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ static char log_file[1024];
2727static char pid_file [1024 ];
2828static int task_stack_size = 16384 ;
2929static int udp_recv_buffer_size = 1048576 ;
30- static int connect_timeout = 5000 ;
30+ static int connect_timeout = 10000 ;
3131static int read_write_timeout = 300000 ;
3232static int limit_nofile = 65535 ;
3333static int log_level = HEV_LOGGER_WARN ;
You can’t perform that action at this time.
0 commit comments