From c2752532f1275154f6f6f77855d26bf3277598b3 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 26 Aug 2016 19:31:12 +0200 Subject: [PATCH] fix default configuration --- conf/uts-server.cnf | 2 +- tests/cfg/uts-server.cnf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.