diff --git a/conf/uts-server.cnf b/conf/uts-server.cnf index e0f6bdb..8ccf1a1 100644 --- a/conf/uts-server.cnf +++ b/conf/uts-server.cnf @@ -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. diff --git a/tests/cfg/uts-server.cnf b/tests/cfg/uts-server.cnf index f73dbdb..ca795bd 100644 --- a/tests/cfg/uts-server.cnf +++ b/tests/cfg/uts-server.cnf @@ -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.