[chore] reduce number admin process workers (#3354)
This commit is contained in:
parent
713e73300c
commit
b0fbc327f0
|
@ -87,7 +87,7 @@ func (w *Workers) Start() {
|
||||||
w.Dereference.Start(n)
|
w.Dereference.Start(n)
|
||||||
log.Infof(nil, "started %d dereference workers", n)
|
log.Infof(nil, "started %d dereference workers", n)
|
||||||
|
|
||||||
n = 4 * maxprocs
|
n = maxprocs
|
||||||
w.Processing.Start(n)
|
w.Processing.Start(n)
|
||||||
log.Infof(nil, "started %d processing workers", n)
|
log.Infof(nil, "started %d processing workers", n)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue