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:
Rahul Bhati
2021-04-06 14:52:14 +05:30
committed by GitHub
parent 25acd7fd16
commit 1cd8f4d4f7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ type (
IdleTimeout *int `json:"idletimeout,omitempty"`
// Maximum number of pods to be specialized which will serve requests
// This is optional. If not specified default value will be taken as 5
// This is optional. If not specified default value will be taken as 500
Concurrency int `json:"concurrency,omitempty"`
// RequestsPerPod indicates the maximum number of concurrent requests that can be served by a specialized pod