From: Jo-Philipp Wich Date: Mon, 15 Jul 2013 14:03:37 +0000 (+0200) Subject: Increase exec command timeout to 30 seconds X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=commitdiff_plain;h=d2fac3e23cce9c527e990ec5da0a08b49d650596 Increase exec command timeout to 30 seconds --- diff --git a/exec.h b/exec.h index 0955444..c61e5e3 100644 --- a/exec.h +++ b/exec.h @@ -24,7 +24,7 @@ #include #define RPC_EXEC_MAX_SIZE (4096 * 64) -#define RPC_EXEC_MAX_RUNTIME (3 * 1000) +#define RPC_EXEC_MAX_RUNTIME (30 * 1000) #define ustream_for_each_read_buffer(stream, ptr, len) \ for (ptr = ustream_get_read_buf(stream, &len); \