Disable accept rate limiting by default in tests
This commit is contained in:
parent
c1d1082136
commit
0f5a2f0c05
@ -35,6 +35,7 @@ func TestingConfig() *ClientConfig {
|
|||||||
cfg.DataDir = tempDir()
|
cfg.DataDir = tempDir()
|
||||||
cfg.DisableTrackers = true
|
cfg.DisableTrackers = true
|
||||||
cfg.NoDefaultPortForwarding = true
|
cfg.NoDefaultPortForwarding = true
|
||||||
|
cfg.DisableAcceptRateLimiting = true
|
||||||
return cfg
|
return cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user