tracker.conf: set thread_stack_size to 256KB

pull/96/merge
YuQing 2019-07-13 11:26:52 +08:00
parent 66e5bf1f64
commit f7fb8bfbf6
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ sync_log_buff_interval = 10
check_active_interval = 120 check_active_interval = 120
# thread stack size, should >= 64KB # thread stack size, should >= 64KB
# default value is 64KB # default value is 256KB
thread_stack_size = 64KB thread_stack_size = 256KB
# auto adjust when the ip address of the storage server changed # auto adjust when the ip address of the storage server changed
# default value is true # default value is true