mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
fix silly typo in worker pool downscaling
This commit is contained in:
parent
8f217ab099
commit
9a2a8f964c
1 changed files with 1 additions and 1 deletions
|
|
@ -162,8 +162,8 @@ func newExecutor(opts ...executorOption) *executor {
|
|||
// somehow between our test above and now the work
|
||||
// queue FILLED UP and we stoically accept this
|
||||
}
|
||||
idle = 0
|
||||
}
|
||||
idle = 0
|
||||
return
|
||||
}
|
||||
next := atomic.LoadUint64(&e.workCounter)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue