File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ var (
210
210
flowcontrol.PriorityLevelConfigurationSpec {
211
211
Type : flowcontrol .PriorityLevelEnablementLimited ,
212
212
Limited : & flowcontrol.LimitedPriorityLevelConfiguration {
213
- AssuredConcurrencyShares : 20 ,
213
+ AssuredConcurrencyShares : 100 ,
214
214
LimitResponse : flowcontrol.LimitResponse {
215
215
Type : flowcontrol .LimitResponseTypeQueue ,
216
216
Queuing : & flowcontrol.QueuingConfiguration {
@@ -227,7 +227,7 @@ var (
227
227
flowcontrol.PriorityLevelConfigurationSpec {
228
228
Type : flowcontrol .PriorityLevelEnablementLimited ,
229
229
Limited : & flowcontrol.LimitedPriorityLevelConfiguration {
230
- AssuredConcurrencyShares : 100 ,
230
+ AssuredConcurrencyShares : 20 ,
231
231
LimitResponse : flowcontrol.LimitResponse {
232
232
Type : flowcontrol .LimitResponseTypeQueue ,
233
233
Queuing : & flowcontrol.QueuingConfiguration {
You can’t perform that action at this time.
0 commit comments