mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-07 08:54:39 +01:00
[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)
|
||||
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 New Issue
Block a user