changeset 6:e0b32014ed14

Change defaul update interval to once a minute.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 11 Feb 2010 12:45:22 +1030
parents b22a888eb975
children 9a14029b3782
files db.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/db.c	Thu Feb 11 12:44:56 2010 +1030
+++ b/db.c	Thu Feb 11 12:45:22 2010 +1030
@@ -165,7 +165,7 @@
 
   /* No updates required so don't bother with DB stuff */
   if (!update) {
-    config.poll_interval = 5;
+    config.poll_interval = 60;
     return 0;
   }