stas 2004/07/05 08:58:00
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
bump ThreadsPerChild to 50, as we have more vhosts
Revision Changes Path
1.227 +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.226
retrieving revision 1.227
diff -u -u -r1.226 -r1.227
--- TestConfig.pm 30 Jun 2004 02:15:02 -0000 1.226
+++ TestConfig.pm 5 Jul 2004 15:58:00 -0000 1.227
@@ -1900,7 +1900,7 @@
</IfDefine>
<IfModule mpm_winnt.c>
- ThreadsPerChild 25
+ ThreadsPerChild 50
MaxRequestsPerChild 0
</IfModule>