Skip to content

Commit

Permalink
[chore] reduce number admin process workers (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaaaWhatsUpDoc authored Sep 26, 2024
1 parent 713e733 commit b0fbc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/workers/workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit b0fbc32

Please sign in to comment.