- scheduler: change ET_RATIO_LIMIT to 250

svn path=/trunk/boinc/; revision=25606
This commit is contained in:
David Anderson 2012-04-27 06:17:59 +00:00
parent e06a11174c
commit 42c909ae03
2 changed files with 7 additions and 1 deletions

View File

@ -3617,3 +3617,9 @@ David 27 Apr 2012
html/inc/ html/inc/
util.inc util.inc
David 27 Apr 2012
- scheduler: change ET_RATIO_LIMIT to 250
sched/
sched_version.cpp

View File

@ -236,7 +236,7 @@ CLIENT_APP_VERSION* get_app_version_anonymous(
return best; return best;
} }
#define ET_RATIO_LIMIT 10. #define ET_RATIO_LIMIT 250.
// if the FLOPS estimate based on elapsed time // if the FLOPS estimate based on elapsed time
// exceeds projected_flops by more than this factor, cap it. // exceeds projected_flops by more than this factor, cap it.
// The host may have received a bunch of short jobs recently // The host may have received a bunch of short jobs recently