From 4ffb77322c365439d229fd6ca3062288290c08cf Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Sat, 17 Dec 2005 17:20:05 +0000 Subject: [PATCH] E@H updates the stats daily svn path=/trunk/boinc/; revision=9083 --- sched/update_stats.C | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sched/update_stats.C b/sched/update_stats.C index 5bc1db1711..208627e289 100644 --- a/sched/update_stats.C +++ b/sched/update_stats.C @@ -42,7 +42,11 @@ #define LOCKFILE "update_stats.out" #define PIDFILE "update_stats.pid" +#ifdef EINSTEIN_AT_HOME +#define UPDATE_INTERVAL 3600*24; +#else #define UPDATE_INTERVAL 3600*24*4; +#endif double update_time_cutoff;