mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
chore: fix function names in comment
Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
committed by
Nick Craig-Wood
parent
51582e36e8
commit
50aa677934
2
backend/cache/handle.go
vendored
2
backend/cache/handle.go
vendored
@ -119,7 +119,7 @@ func (r *Handle) startReadWorkers() {
|
||||
r.scaleWorkers(totalWorkers)
|
||||
}
|
||||
|
||||
// scaleOutWorkers will increase the worker pool count by the provided amount
|
||||
// scaleWorkers will increase the worker pool count by the provided amount
|
||||
func (r *Handle) scaleWorkers(desired int) {
|
||||
current := r.workers
|
||||
if current == desired {
|
||||
|
Reference in New Issue
Block a user