projects
/
project
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2460e1
)
Increase exec command timeout to 30 seconds
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 15 Jul 2013 14:03:37 +0000
(16:03 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 15 Jul 2013 15:04:33 +0000
(17:04 +0200)
exec.h
patch
|
blob
|
history
diff --git
a/exec.h
b/exec.h
index 09554449bc2a27bf5d0198af2e802167f9b2839d..c61e5e38a2f3ad02e2a24e5b9cecee0edd1a0c67 100644
(file)
--- a/
exec.h
+++ b/
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 (3
0
* 1000)
#define ustream_for_each_read_buffer(stream, ptr, len) \
for (ptr = ustream_get_read_buf(stream, &len); \