randyk 2003/02/23 19:42:41
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
Reviewed by: stas
Win32 seems to prefer a higher ThreadsPerChild in running the tests.
Revision Changes Path
1.146 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- TestConfig.pm 27 Jan 2003 09:09:54 -0000 1.145
+++ TestConfig.pm 24 Feb 2003 03:42:41 -0000 1.146
@@ -1582,7 +1582,7 @@
</IfModule>
<IfModule mpm_winnt.c>
- ThreadsPerChild 10
+ ThreadsPerChild 20
MaxRequestsPerChild 0
</IfModule>