Increase exec command timeout to 30 seconds
This commit is contained in:
parent
c2460e1cac
commit
d2fac3e23c
1 changed files with 1 additions and 1 deletions
2
exec.h
2
exec.h
|
@ -24,7 +24,7 @@
|
|||
#include <libubox/ustream.h>
|
||||
|
||||
#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); \
|
||||
|
|
Loading…
Add table
Reference in a new issue