swarm/api: fix TestDumpConfig

This commit is contained in:
Janos Guljas 2018-09-25 16:32:11 +02:00
parent 9e99a0c2b9
commit 7d56602391
1 changed files with 15 additions and 14 deletions

View File

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