mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 05:26:15 +08:00
Bumping up default timeout from 30 to 300 sec
This commit is contained in:
parent
9fe53f307b
commit
ae7d5a8f94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user