From ae7d5a8f947c2d5365fc5783aae0a1908c3bc01c Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Fri, 8 Aug 2014 14:25:44 +0100 Subject: [PATCH] Bumping up default timeout from 30 to 300 sec --- mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.c b/mongoose.c index 6e8029f27..6ff427588 100644 --- a/mongoose.c +++ b/mongoose.c @@ -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 -- GitLab