mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore] reduce number admin process workers (#3354)
This commit is contained in:
parent
713e73300c
commit
b0fbc327f0
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ func (w *Workers) Start() {
|
|||
w.Dereference.Start(n)
|
||||
log.Infof(nil, "started %d dereference workers", n)
|
||||
|
||||
n = 4 * maxprocs
|
||||
n = maxprocs
|
||||
w.Processing.Start(n)
|
||||
log.Infof(nil, "started %d processing workers", n)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue