Skip to content

Commit 73ba28d

Browse files
authored
chore: remove envoy auth rate limit (#7937)
1 parent 96bd390 commit 73ba28d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

deployment/services/proxy.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ export function deployProxy({
9696
service: graphql.service,
9797
requestTimeout: '60s',
9898
retriable: true,
99-
rateLimit: {
100-
maxRequests: 10,
101-
unit: 'minute',
102-
},
10399
},
104100
{
105101
name: 'usage',

0 commit comments

Comments
 (0)