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

swarm/api: fix TestDumpConfig

parent 9e99a0c2
......@@ -92,6 +92,7 @@ func NewConfig() (c *Config) {
SwapEnabled: false,
SyncEnabled: true,
SyncingSkipCheck: false,
MaxStreamPeerServers: 10000,
DeliverySkipCheck: true,
SyncUpdateDelay: 15 * time.Second,
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