diff options
Diffstat (limited to 'server/mpm/prefork')
-rw-r--r-- | server/mpm/prefork/mpm_default.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/mpm/prefork/mpm_default.h b/server/mpm/prefork/mpm_default.h index 3fe9182ce4..02e9320ed9 100644 --- a/server/mpm/prefork/mpm_default.h +++ b/server/mpm/prefork/mpm_default.h @@ -51,13 +51,6 @@ #define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid" #endif -/* - * Interval, in microseconds, between scoreboard maintenance. - */ -#ifndef SCOREBOARD_MAINTENANCE_INTERVAL -#define SCOREBOARD_MAINTENANCE_INTERVAL 1000000 -#endif - /* Number of requests to try to handle in a single process. If <= 0, * the children don't die off. */ |