We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c0e87 commit b55f83cCopy full SHA for b55f83c
config.go
@@ -41,6 +41,7 @@ func NewConfig() *Config {
41
cfg.RunDuration = time.Second * 10
42
cfg.ThrottleQuota = 5
43
cfg.ThrottleConcurrency = 1
44
+ cfg.ThrottleWhitelist = []string{}
45
cfg.NetworkDisabled = false
46
cfg.MemoryLimit = 67108864
47
cfg.Pools = []PoolConfig{}
0 commit comments