change default network timeout from 30 to 10

pull/1/head
YuQing 2021-07-04 18:26:44 +08:00
parent 837e35ccc8
commit 77b3938a80
1 changed files with 1 additions and 1 deletions

View File

@ -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)