summaryrefslogtreecommitdiff
path: root/src/rrdbotd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rrdbotd.c')
-rw-r--r--src/rrdbotd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rrdbotd.c b/src/rrdbotd.c
index a28f0b0..95ab092 100644
--- a/src/rrdbotd.c
+++ b/src/rrdbotd.c
@@ -193,7 +193,7 @@ main(int argc, char* argv[])
g_state.rrddir = "/data/projects/rrdui/work";
g_state.confdir = "/data/projects/rrdui/conf";
g_state.retries = 3;
- g_state.timeout = 5000;
+ g_state.timeout = 5;
/* Parse the arguments nicely */
while((ch = getopt(argc, argv, "v")) != -1)