mirror of https://github.com/BOINC/boinc.git
E@H updates the stats daily
svn path=/trunk/boinc/; revision=9083
This commit is contained in:
parent
d40a80fde4
commit
4ffb77322c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue