Increase default concurrency (#1980)
Increase the default concurrency to 500 from 5 set in the function. Usually, it is good to error on the higher side and if needed, users can always fine-tune it to their needs.
This commit is contained in:
@@ -41,7 +41,7 @@ import (
|
||||
const (
|
||||
DEFAULT_MIN_SCALE = 1
|
||||
DEFAULT_TARGET_CPU_PERCENTAGE = 80
|
||||
DEFAULT_CONCURRENCY = 5
|
||||
DEFAULT_CONCURRENCY = 500
|
||||
)
|
||||
|
||||
type CreateSubCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user