From 42c909ae031aaa881d67b6fb411a675f49b13ccd Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 27 Apr 2012 06:17:59 +0000 Subject: [PATCH] - scheduler: change ET_RATIO_LIMIT to 250 svn path=/trunk/boinc/; revision=25606 --- checkin_notes | 6 ++++++ sched/sched_version.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 35daab7e52..9645062dc0 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3617,3 +3617,9 @@ David 27 Apr 2012 html/inc/ util.inc + +David 27 Apr 2012 + - scheduler: change ET_RATIO_LIMIT to 250 + + sched/ + sched_version.cpp diff --git a/sched/sched_version.cpp b/sched/sched_version.cpp index 5bd3f4a87c..3509cfaa87 100644 --- a/sched/sched_version.cpp +++ b/sched/sched_version.cpp @@ -236,7 +236,7 @@ CLIENT_APP_VERSION* get_app_version_anonymous( return best; } -#define ET_RATIO_LIMIT 10. +#define ET_RATIO_LIMIT 250. // if the FLOPS estimate based on elapsed time // exceeds projected_flops by more than this factor, cap it. // The host may have received a bunch of short jobs recently