From 6eb9c49d605918cbdb54cac58c08e909ff04efd1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 2 Aug 2013 10:42:41 +0200 Subject: [PATCH] tor: The slowest bandwidth rate for a relay is 20 kbyte/s. --- html/cgi-bin/tor.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 0c173e0cc..dca5fda14 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -51,8 +51,7 @@ my @bandwidth_limits = ( 1024, # 1M 512, 256, - 128, - 64 + 160 ); my @accounting_periods = ('daily', 'weekly', 'monthly'); -- 2.39.2