I was wondering if the purge daemon could be updated with a quick change. At milky...@home we use a purge time < 1 day because with the volume of workunits we process things slow down to a crawl if we have too long of a purge time.
It would at least make our lives easier (and probably at a few other projects) if min_age_days was changed to a double/float instead of an integer. The changes we have are: line 73: double min_age_days = 0.0; line 452: mysql_timestamp(dtime()-(long)(min_age_days*86400.0), timestamp); line 599: min_age_days = atof(argv[i]); --Travis ---------------------------------------------------------------------------------------------------------- Travis Desell <deselt @ cs.rpi.edu> 1-518-867-1054 Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ ) milky...@home ( http://milkyway.cs.rpi.edu/ ) Rensselaer Polytechnic Institute, 110 8th Street, Troy NY 12180, USA ---------------------------------------------------------------------------------------------------------- _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
