We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcc2a8 commit 236b59fCopy full SHA for 236b59f
src/modules/apigw/index.js
@@ -216,7 +216,7 @@ class Apigw {
216
const usageInputs = {
217
usagePlanName: usagePlan.usagePlanName || '',
218
usagePlanDesc: usagePlan.usagePlanDesc || '',
219
- maxRequestNumPreSec: usagePlan.maxRequestNumPreSec || 1000,
+ maxRequestNumPreSec: usagePlan.maxRequestNumPreSec || -1,
220
maxRequestNum: usagePlan.maxRequestNum || -1,
221
};
222
0 commit comments