From 45b816dba470f187e750d1a90f2cb7b57e1e9863 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 1 Oct 2024 21:43:38 +0100 Subject: [PATCH] Update website configuration for granian --- ansible/roles/website/files/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/website/files/docker-compose.yml b/ansible/roles/website/files/docker-compose.yml index 350cad8..801fc0a 100644 --- a/ansible/roles/website/files/docker-compose.yml +++ b/ansible/roles/website/files/docker-compose.yml @@ -14,7 +14,8 @@ services: - UNSPLASH_CLIENT_ID={{ vault_unsplash_client_id }} - SENTRY_DSN={{ vault_website_sentry_dsn }} - BASE_HOSTNAME=theorangeone.net - - WEB_CONCURRENCY=5 + - GRANIAN_WORKERS=2 + - GRANIAN_BLOCKING_THREADS=2 - SEO_INDEX=true - ACTIVITYPUB_HOST=mastodon.theorangeone.net volumes: