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