Changeset 25959
- Timestamp:
- 12/05/08 17:44:49 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Benchmark-WAF/trunk/lib/App/Benchmark/WAF/TestRunPerl.pm
r25954 r25959 9 9 my $maxclients = $ENV{APACHE_MAXCLIENTS} || 2; 10 10 $self->{conf_opts}->{maxclients} = $maxclients; 11 my $minclients = $ENV{APACHE_MINCLIENTS} || 1; 12 $self->{conf_opts}->{minclients} = $minclients; 11 13 12 14 print STDERR <<EOM; … … 14 16 Generating config with the following custom settings 15 17 MaxClients: $maxclients 18 MinClients: $minclients 16 19 17 20 EOM
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)