diff --git a/checkin_notes b/checkin_notes index ad4e76aae3..59ce66ea95 100755 --- a/checkin_notes +++ b/checkin_notes @@ -12930,3 +12930,15 @@ David June 1 2004 forum_user_posts.php host_edit_action.php host_update_credit.php + +David June 1 2004 + - client: change benchmark interval from 30 days to 5 days + - Python: install_boinc_files(): don't copy sample_index.php + to index.php (overwrites file on running projects) + + client/ + cs_benchmark.C + html/user/ + forum_thread.php + py/Boinc/ + setup_project.py diff --git a/client/cs_benchmark.C b/client/cs_benchmark.C index 435b3e1686..dd6a6b7287 100644 --- a/client/cs_benchmark.C +++ b/client/cs_benchmark.C @@ -87,7 +87,7 @@ #define BM_DONE 5 static int bm_state; -#define BENCHMARK_PERIOD (SECONDS_PER_DAY*30) +#define BENCHMARK_PERIOD (SECONDS_PER_DAY*5) // rerun CPU benchmarks this often (hardware may have been upgraded) extern void guiOnBenchmarksBegin(); diff --git a/html/user/forum_thread.php b/html/user/forum_thread.php index 1e5da87b40..a38cb45e79 100644 --- a/html/user/forum_thread.php +++ b/html/user/forum_thread.php @@ -56,7 +56,7 @@ if ($logged_in_user) { show_forum_title($forum, $thread, $category->is_helpdesk); echo " -