From 5ca85864950a1fe92613f5ed3a69cd08d248423e Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 29 Nov 2011 17:13:57 +0000 Subject: Changed quota configuration from core to ats section, renamed from TOTAL_QUOTA_* to WAN_QUOTA_* --- src/dht/test_dht_api_peer1.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/dht/test_dht_api_peer1.conf') diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf index 075234232..cacc4da8f 100644 --- a/src/dht/test_dht_api_peer1.conf +++ b/src/dht/test_dht_api_peer1.conf @@ -28,9 +28,11 @@ ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 PORT = 12365 +[ats] +WAN_QUOTA_IN = 1 GB +WAN_QUOTA_OUT = 1 GB + [core] -TOTAL_QUOTA_OUT = 1 GB -TOTAL_QUOTA_IN = 1 GB PORT = 12092 [arm] -- cgit v1.2.3