Skip to content

Commit

Permalink
fix(tests): Set a higher rate limit for bots, so the test bot does no…
Browse files Browse the repository at this point in the history
…t get limited because of its UA string.

Refs: OPS-10939
  • Loading branch information
cafuego committed Oct 3, 2024
1 parent 8a04a49 commit 6713dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ services:
- ENVIRONMENT=dev
- NGINX_SERVERNAME=odsg-test-site,localhost,127.0.0.1
- NGINX_OVERRIDE_PROTOCOL=HTTP,odsg-test-site,localhost,127.0.0.1
- NGINX_LIMIT_BOTS=64r/s
- NGINX_BURST_BOTS=256 nodelay
- DRUSH_OPTIONS_URI=http://odsg-test-site
- DRUPAL_DB_DATABASE=odsg
- DRUPAL_DB_USERNAME=odsg
Expand Down

0 comments on commit 6713dcf

Please sign in to comment.