swarm/api: fix TestDumpConfig

pull/17747/head
Janos Guljas 6 years ago
parent 9e99a0c2b9
commit 7d56602391
  1. 1
      swarm/api/config.go

@ -92,6 +92,7 @@ func NewConfig() (c *Config) {
SwapEnabled: false,
SyncEnabled: true,
SyncingSkipCheck: false,
MaxStreamPeerServers: 10000,
DeliverySkipCheck: true,
SyncUpdateDelay: 15 * time.Second,
SwapAPI: "",

Loading…
Cancel
Save