Skip to content

Commit

Permalink
tests: add high limit for nginx bots
Browse files Browse the repository at this point in the history
Refs: OPS-10939-nginx-bots
  • Loading branch information
lazysoundsystem committed Oct 3, 2024
1 parent dc48a53 commit 03dd852
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,9 @@ services:
- DRUPAL_DB_DRIVER=mysql
- PHP_ENVIRONMENT=dev
- PHP_XDEBUG=true
- NGINX_LIMIT_BOTS=1024r/s
- NGINX_BURST_BOTS=1024
- NGINX_LIMIT_HUMANS=1024r/s
- NGINX_BURST_HUMANS=1024
networks:
- default

0 comments on commit 03dd852

Please sign in to comment.