From 16f0f852d515b83ed7862f9412c0752a65998d95 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 9 Mar 2026 14:50:31 +0000 Subject: [PATCH] Allow each apache worker on tile to handle more connections --- roles/tile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tile.rb b/roles/tile.rb index c5208a642..aebc0f9bd 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -22,7 +22,7 @@ default_attributes( :threads_per_child => 20, :min_spare_threads => 300, :max_connections_per_child => 0, - :async_request_worker_factor => 4, + :async_request_worker_factor => 40, :listen_cores_buckets_ratio => 8 } }, -- 2.47.3