From 41530c8e7679e7a982a41720d026d7f00b81dc7a Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sat, 18 Sep 2010 12:43:48 +0000 Subject: [PATCH] TOR service: sane default for burst rate svn path=/nixos/trunk/; revision=23851 --- modules/services/security/tor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/security/tor.nix b/modules/services/security/tor.nix index e5e0ba4e70f..5607fcbcdd6 100644 --- a/modules/services/security/tor.nix +++ b/modules/services/security/tor.nix @@ -163,7 +163,7 @@ in }; bandwidthBurst = mkOption { - default = 0; + default = cfg.relay.bandwidthRate; example = 200; description = '' Specify this to allow bursts of the bandwidth usage of relayed (server)