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 3005530 commit 6d9fe05Copy full SHA for 6d9fe05
packages/edge-functions/src/lib/config.ts
@@ -20,6 +20,7 @@ interface RateLimitConfig {
20
aggregateBy?: RateLimitAggregator | RateLimitAggregator[]
21
to?: string
22
windowSize: number
23
+ windowLimit: number
24
}
25
26
/**
packages/functions/src/function/v2.ts
@@ -11,6 +11,7 @@ interface RateLimitConfig {
11
12
13
14
15
16
17
interface BaseConfig {
0 commit comments