Skip to content

Commit 236b59f

Browse files
committed
fix(apigw): usagePlan maxRequestNumPreSec to -1
1 parent 4fcc2a8 commit 236b59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/apigw/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class Apigw {
216216
const usageInputs = {
217217
usagePlanName: usagePlan.usagePlanName || '',
218218
usagePlanDesc: usagePlan.usagePlanDesc || '',
219-
maxRequestNumPreSec: usagePlan.maxRequestNumPreSec || 1000,
219+
maxRequestNumPreSec: usagePlan.maxRequestNumPreSec || -1,
220220
maxRequestNum: usagePlan.maxRequestNum || -1,
221221
};
222222

0 commit comments

Comments
 (0)