[Bps-public-commit] r9673 - in Test-Chimps/trunk: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Nov 15 16:53:38 EST 2007
Author: alexmv
Date: Thu Nov 15 16:53:38 2007
New Revision: 9673
Modified:
Test-Chimps/trunk/ (props changed)
Test-Chimps/trunk/lib/Test/Chimps/Server.pm
Log:
r15856 at zoq-fot-pik: chmrr | 2007-01-08 23:48:58 -0500
* s/::Bucket/::TokenBucket/g to refer to the right module name
Modified: Test-Chimps/trunk/lib/Test/Chimps/Server.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/Server.pm (original)
+++ Test-Chimps/trunk/lib/Test/Chimps/Server.pm Thu Nov 15 16:53:38 2007
@@ -55,12 +55,12 @@
=item * bucket_file
-Name of bucket database file (see L<Algorithm::Bucket>). Defaults
+Name of bucket database file (see L<Algorithm::TokenBucket>). Defaults
to 'bucket.dat'.
=item * burst_rate
-Burst upload rate allowed (see L<Algorithm::Bucket>). Defaults to
+Burst upload rate allowed (see L<Algorithm::TokenBucket>). Defaults to
5.
=item * database_dir
@@ -86,7 +86,7 @@
=item * max_rate
-Maximum upload rate allowed (see L<Algorithm::Bucket>). Defaults
+Maximum upload rate allowed (see L<Algorithm::TokenBucket>). Defaults
to 1/30.
=item * max_size
More information about the Bps-public-commit
mailing list