summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-05-15 00:47:11 -0300
committerJakob Borg <jakob@nym.se>2014-05-15 09:09:21 -0300
commite22ddae3a836f363f5d597ec2836542808bbcaa2 (patch)
tree2c81c7b38ccb3274e53ebbc983551cc8c2920ee3 /config
parent68afc897d6eb3cb64f1e59b019c5e4a8a158874e (diff)
Repair test suite
Diffstat (limited to 'config')
-rw-r--r--config/config_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config_test.go b/config/config_test.go
index 3025a3d30e..70a7603ce5 100644
--- a/config/config_test.go
+++ b/config/config_test.go
@@ -18,7 +18,7 @@ func TestDefaultValues(t *testing.T) {
MaxSendKbps: 0,
RescanIntervalS: 60,
ReconnectIntervalS: 60,
- MaxChangeKbps: 1000,
+ MaxChangeKbps: 10000,
StartBrowser: true,
UPnPEnabled: true,
}