We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2992e5c commit c5f1f1dCopy full SHA for c5f1f1d
core/flow/rule_manager.go
@@ -41,7 +41,7 @@ type trafficControllerGenKey struct {
41
type TrafficControllerMap map[string][]*TrafficShapingController
42
43
var (
44
- tcGenFuncMap = make(map[trafficControllerGenKey]TrafficControllerGenFunc, 4)
+ tcGenFuncMap = make(map[trafficControllerGenKey]TrafficControllerGenFunc, 6)
45
tcMap = make(TrafficControllerMap)
46
tcMux = new(sync.RWMutex)
47
nopStat = &standaloneStatistic{
0 commit comments