src/graph_list.c: Increase update interval to 900 seconds.
[collection4.git] / src / graph_list.c
index 736e304..517a58a 100644 (file)
@@ -44,7 +44,7 @@
 /*
  * Defines
  */
-#define UPDATE_INTERVAL 10
+#define UPDATE_INTERVAL 900
 
 /*
  * Global variables
@@ -63,7 +63,7 @@ static time_t gl_last_update = 0;
 /*
  * Private functions
  */
-int gl_add_graph_internal (graph_config_t *cfg, /* {{{ */
+static int gl_add_graph_internal (graph_config_t *cfg, /* {{{ */
     graph_config_t ***gl_array, size_t *gl_array_num)
 {
   graph_config_t **tmp;