change default timeout

This commit is contained in:
yihaoDeng 2021-04-01 06:23:36 +08:00
parent c001a86a08
commit 63f9bb45dc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define SIGPIPE EPIPE
#endif
#define TCP_CONN_TIMEOUT 3 // conn timeout
#define TCP_CONN_TIMEOUT 3000 // conn timeout
int32_t taosGetFqdn(char *fqdn) {
char hostname[1024];