Skip to content

Commit 0571d4e

Browse files
Add RateLimitingPlugin config section (#353)
* Add RateLimitingPlugin config section * Align values with defaults in plugin --------- Co-authored-by: Waldek Mastykarz <[email protected]>
1 parent 1390151 commit 0571d4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

m365-developer-proxy/m365proxyrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@
153153
"minMs": 200,
154154
"maxMs": 10000
155155
},
156+
"rateLimiting": {
157+
"costPerRequest": 2,
158+
"rateLimit": 120,
159+
"retryAfterSeconds": 5
160+
},
156161
"rate": 50,
157162
"labelMode": "text",
158163
"logLevel": "info"

0 commit comments

Comments
 (0)