mirror of https://github.com/BOINC/boinc.git
- scheduler: change ET_RATIO_LIMIT to 250
svn path=/trunk/boinc/; revision=25606
This commit is contained in:
parent
e06a11174c
commit
42c909ae03
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue