aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-11-19 02:07:01 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-11-19 02:07:01 +0200
commita8660d3ddc170ba03c8781d70f4043a9dbd0c063 (patch)
tree8541e8a78f31729011d8e323ee286383629aa0a2
parent6f20d264a2095120dd197c1592bc99064ba504cf (diff)
downloadvarnish-mib-a8660d3ddc170ba03c8781d70f4043a9dbd0c063.tar.gz
varnish-mib-a8660d3ddc170ba03c8781d70f4043a9dbd0c063.tar.bz2
Fix timeout value
-rw-r--r--src/vcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcli.c b/src/vcli.c
index aaa0933..ba9bd65 100644
--- a/src/vcli.c
+++ b/src/vcli.c
@@ -27,7 +27,7 @@
27 27
28#define ISSPACE(c) ((c)==' '||(c)=='\t'||(c)=='\n') 28#define ISSPACE(c) ((c)==' '||(c)=='\t'||(c)=='\n')
29 29
30unsigned long vcli_timeout = 500; 30unsigned long vcli_timeout = 5; /* FIXME */
31 31
32#define VCLI_INIT_ALLOC 16 32#define VCLI_INIT_ALLOC 16
33 33

Return to:

Send suggestions and report system problems to the System administrator.