Skip to content

Commit

Permalink
decrease workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Jan 24, 2025
1 parent 5328e89 commit 0e8b38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/config/cache/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func LookupConfig(kvs config.KVS) (Config, error) {
return cfg, config.ErrInvalidUploadQueueTh(err)
}
}
cfg.UploadWorkers = 100
cfg.UploadQueueTh = 100
cfg.UploadWorkers = 50
cfg.UploadQueueTh = 50
return cfg, nil
}

0 comments on commit 0e8b38a

Please sign in to comment.