Commit 7d566023 authored by Janos Guljas's avatar Janos Guljas

swarm/api: fix TestDumpConfig

parent 9e99a0c2
...@@ -92,6 +92,7 @@ func NewConfig() (c *Config) { ...@@ -92,6 +92,7 @@ func NewConfig() (c *Config) {
SwapEnabled: false, SwapEnabled: false,
SyncEnabled: true, SyncEnabled: true,
SyncingSkipCheck: false, SyncingSkipCheck: false,
MaxStreamPeerServers: 10000,
DeliverySkipCheck: true, DeliverySkipCheck: true,
SyncUpdateDelay: 15 * time.Second, SyncUpdateDelay: 15 * time.Second,
SwapAPI: "", SwapAPI: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment