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:
@@ -47,7 +47,7 @@ var (
|
||||
},
|
||||
"concurrency": {
|
||||
Type: "integer",
|
||||
Description: "Concurrency specifies the maximum number of pods that can be specialized concurrently to serve requests.\n This is optional. If not specified default value will be taken as 5",
|
||||
Description: "Concurrency specifies the maximum number of pods that can be specialized concurrently to serve requests.\n This is optional. If not specified default value will be taken as 500",
|
||||
},
|
||||
"requestsPerPod": {
|
||||
Type: "integer",
|
||||
|
||||
Reference in New Issue
Block a user