mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
chore: remove envoy auth rate limit (#7937)
This commit is contained in:
parent
96bd390c7f
commit
73ba28d914
1 changed files with 0 additions and 4 deletions
|
|
@ -96,10 +96,6 @@ export function deployProxy({
|
|||
service: graphql.service,
|
||||
requestTimeout: '60s',
|
||||
retriable: true,
|
||||
rateLimit: {
|
||||
maxRequests: 10,
|
||||
unit: 'minute',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'usage',
|
||||
|
|
|
|||
Loading…
Reference in a new issue