Skip to content

Commit b55f83c

Browse files
committed
Set default whitelist value for new config
1 parent 77c0e87 commit b55f83c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.go

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func NewConfig() *Config {
4141
cfg.RunDuration = time.Second * 10
4242
cfg.ThrottleQuota = 5
4343
cfg.ThrottleConcurrency = 1
44+
cfg.ThrottleWhitelist = []string{}
4445
cfg.NetworkDisabled = false
4546
cfg.MemoryLimit = 67108864
4647
cfg.Pools = []PoolConfig{}

0 commit comments

Comments
 (0)