mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
restrict number of disks used for scanning buckets upto GOMAXPROCS (#15492)
control scanner parallelism to avoid higher CPU usage on nodes that have more drives but an old CPU.
This commit is contained in:
@@ -52,11 +52,11 @@ type Config struct {
|
||||
var DefaultKVS = config.KVS{
|
||||
config.KV{
|
||||
Key: Delay,
|
||||
Value: "10",
|
||||
Value: "2",
|
||||
},
|
||||
config.KV{
|
||||
Key: MaxWait,
|
||||
Value: "15s",
|
||||
Value: "5s",
|
||||
},
|
||||
config.KV{
|
||||
Key: Cycle,
|
||||
|
||||
Reference in New Issue
Block a user