diff options
-rw-r--r-- | manifests/relay.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/relay.pp b/manifests/relay.pp index a6d813c..b444f57 100644 --- a/manifests/relay.pp +++ b/manifests/relay.pp @@ -8,8 +8,8 @@ class tor::relay inherits tor::daemon { or_listen_address => '', nickname => '', address => '', - relay_bandwidth_rate => 0, - relay_bandwidth_burst => 0, + relay_bandwidth_rate => 50, + relay_bandwidth_burst => 50, accounting_max => 0, accounting_start => [], contact_info => '', |