Skip to content

Commit d0c20c4

Browse files
committed
fix: use limit rather than max in rateLimit config
1 parent 2d69e94 commit d0c20c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sessionMaxAgeHours": 12,
55
"rateLimit": {
66
"windowMs": 60000,
7-
"max": 150
7+
"limit": 150
88
},
99
"tempPassword": {
1010
"sendEmail": false,

0 commit comments

Comments
 (0)