aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
#define ISSPACE(c) ((c)==' '||(c)=='\t'||(c)=='\n')
-unsigned long vcli_timeout = 500;
+unsigned long vcli_timeout = 5; /* FIXME */
#define VCLI_INIT_ALLOC 16

Return to:

Send suggestions and report system problems to the System administrator.