Bumping up default timeout from 30 to 300 sec

This commit is contained in:
Sergey Lyubka 2014-08-08 14:25:44 +01:00
parent 9fe53f307b
commit ae7d5a8f94

View File

@ -1192,7 +1192,7 @@ typedef pid_t process_id_t;
#endif
#ifndef MONGOOSE_IDLE_TIMEOUT_SECONDS
#define MONGOOSE_IDLE_TIMEOUT_SECONDS 30
#define MONGOOSE_IDLE_TIMEOUT_SECONDS 300
#endif
#ifdef NS_DISABLE_SOCKETPAIR