chore: remove envoy auth rate limit (#7937)

This commit is contained in:
Laurin 2026-03-31 09:25:14 +02:00 committed by GitHub
parent 96bd390c7f
commit 73ba28d914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,10 +96,6 @@ export function deployProxy({
service: graphql.service,
requestTimeout: '60s',
retriable: true,
rateLimit: {
maxRequests: 10,
unit: 'minute',
},
},
{
name: 'usage',