swarm/api: fix TestDumpConfig
This commit is contained in:
parent
9e99a0c2b9
commit
7d56602391
@ -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: "",
|
||||||
|
Loading…
Reference in New Issue
Block a user