From 270df8f34768508ecee65b46ce03cd8a3a7c467c Mon Sep 17 00:00:00 2001 From: Rick Spurgeon Date: Thu, 5 Oct 2023 14:21:22 -0500 Subject: [PATCH] Increases RL for experience API --- experience/kong/experience-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experience/kong/experience-service.yaml b/experience/kong/experience-service.yaml index 64b0d09..6fa1c8c 100644 --- a/experience/kong/experience-service.yaml +++ b/experience/kong/experience-service.yaml @@ -14,9 +14,9 @@ services: - name: graphql-rate-limiting-advanced config: limit: - - 15 + - 500 window_size: - - 30 + - 120 sync_rate: -1 port: 8084 protocol: http