summaryrefslogtreecommitdiff
path: root/src/rrdbotd.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-26 23:36:35 +0000
committerStef Walter <stef@memberwebs.com>2006-01-26 23:36:35 +0000
commitf9a49bea3da1f6e366fafc860b89a7963b3e1853 (patch)
treec16065517f8d08357ddbf0faa4ffbac17a6cadd5 /src/rrdbotd.c
parent1ded2732d4c290dbff64d8091def1f70b76f6282 (diff)
Fixes with request management, timeouts and all that.
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)