mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Update offsets
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -108,7 +108,7 @@ static const char *set_worker_param(apr_pool_t *p,
|
|||||||
*/
|
*/
|
||||||
double fval = atof(val);
|
double fval = atof(val);
|
||||||
ival = fval * 100.0;
|
ival = fval * 100.0;
|
||||||
if (ival < 1 || ival > 100)
|
if (ival < 100 || ival > 10000)
|
||||||
return "LoadFactor must be a number between 1..100";
|
return "LoadFactor must be a number between 1..100";
|
||||||
worker->s->lbfactor = ival;
|
worker->s->lbfactor = ival;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user