change DEFAULT_CONNECT_TIMEOUT from 30 to 10

pull/37/head
YuQing 2018-09-27 10:13:17 +08:00
parent ea74bac9d0
commit d74e3f3b13
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ extern int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int kind);
#define MAX_PATH_SIZE 256
#define LOG_FILE_DIR "logs"
#define CONF_FILE_DIR "conf"
#define DEFAULT_CONNECT_TIMEOUT 30
#define DEFAULT_CONNECT_TIMEOUT 10
#define DEFAULT_NETWORK_TIMEOUT 30
#define DEFAULT_MAX_CONNECTONS 1024
#define DEFAULT_WORK_THREADS 4