]> granicus.if.org Git - apache/commitdiff
Adjusted back to microseconds
authorBradley Nicholes <bnicholes@apache.org>
Fri, 2 Nov 2001 23:24:57 +0000 (23:24 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 2 Nov 2001 23:24:57 +0000 (23:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91739 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/netware/mpm_default.h

index b403eb2db9703de4530a7ca7161943cfafedef6b..7d4bfba42a75477b8859febfecdb919170ff6841 100644 (file)
  * Interval, in microseconds, between scoreboard maintenance.
  */
 #ifndef SCOREBOARD_MAINTENANCE_INTERVAL
-#define SCOREBOARD_MAINTENANCE_INTERVAL 15000
+#define SCOREBOARD_MAINTENANCE_INTERVAL 1000000
 #endif
 
 /* Number of requests to try to handle in a single process.  If <= 0,