fix default configuration

This commit is contained in:
kakwa 2016-08-26 19:31:12 +02:00
parent 02e493578d
commit c2752532f1
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ num_threads = 50
# x.x.x.x/mask limit speed for specified subnet
# The value is a floating-point number of bytes per second, optionally followed by a k or m character
# meaning kilobytes and megabytes respectively. A limit of 0 means unlimited rate
throttle = *
throttle = *=0
#throttle = *=1k,10.10.0.0/16=10m,10.20.0.0/16=0
# Timeout for network read and network write operations, in milliseconds.

View File

@ -27,7 +27,7 @@ num_threads = 50
# x.x.x.x/mask limit speed for specified subnet
# The value is a floating-point number of bytes per second, optionally followed by a k or m character
# meaning kilobytes and megabytes respectively. A limit of 0 means unlimited rate
throttle = *
throttle = *=0
#throttle = *=1k,10.10.0.0/16=10m,10.20.0.0/16=0
# Timeout for network read and network write operations, in milliseconds.