Skip to content

Commit

Permalink
Increase rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Apr 12, 2023
1 parent fa8eca6 commit 2f4e5fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .k8s/manifest-dallas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ metadata:
name: rate-limiting-alquran-api
namespace: alquran-cloud
config:
second: 5 # 2 Ingress Pods. 60 requests per minute per IP - so 4 requests per IP per second, effectively.
second: 10
policy: redis
redis_host: redis-ratelimit-master
redis_port: 6379
Expand Down
2 changes: 1 addition & 1 deletion .k8s/manifest-london.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ metadata:
name: rate-limiting-alquran-api
namespace: alquran-cloud
config:
second: 5 # 2 Ingress Pods. 60 requests per minute per IP - so 4 requests per IP per second, effectively.
second: 10
policy: redis
redis_host: redis-ratelimit-master
redis_port: 6379
Expand Down
2 changes: 1 addition & 1 deletion .k8s/manifest-singapore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ metadata:
name: rate-limiting-alquran-api
namespace: alquran-cloud
config:
second: 5 # 2 Ingress Pods. 60 requests per minute per IP - so 4 requests per IP per second, effectively.
second: 10
policy: redis
redis_host: redis-ratelimit-master
redis_port: 6379
Expand Down

0 comments on commit 2f4e5fe

Please sign in to comment.