From f9a49bea3da1f6e366fafc860b89a7963b3e1853 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 26 Jan 2006 23:36:35 +0000 Subject: Fixes with request management, timeouts and all that. --- src/rrdbotd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rrdbotd.c') 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) -- cgit v1.2.3