From 5dd3410614f199791a773e82bc4236c6ea6e7e5c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 7 Jul 2010 15:55:10 +0200 Subject: [PATCH] src/graph_list.c: Increase update interval to 900 seconds. --- src/graph_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph_list.c b/src/graph_list.c index 1aab96d..517a58a 100644 --- a/src/graph_list.c +++ b/src/graph_list.c @@ -44,7 +44,7 @@ /* * Defines */ -#define UPDATE_INTERVAL 10 +#define UPDATE_INTERVAL 900 /* * Global variables -- 2.11.0