change default network timeout from 30 to 10
parent
837e35ccc8
commit
77b3938a80
|
|
@ -21,7 +21,7 @@
|
|||
#include "fastcommon/sockopt.h"
|
||||
|
||||
#define SF_DEFAULT_CONNECT_TIMEOUT 2
|
||||
#define SF_DEFAULT_NETWORK_TIMEOUT 30
|
||||
#define SF_DEFAULT_NETWORK_TIMEOUT 10
|
||||
|
||||
#define SF_DEF_THREAD_STACK_SIZE (256 * 1024)
|
||||
#define SF_MIN_THREAD_STACK_SIZE (64 * 1024)
|
||||
|
|
|
|||
Loading…
Reference in New Issue