E@H updates the stats daily

svn path=/trunk/boinc/; revision=9083
This commit is contained in:
Bruce Allen 2005-12-17 17:20:05 +00:00
parent d40a80fde4
commit 4ffb77322c
1 changed files with 4 additions and 0 deletions

View File

@ -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;