From 3ec4e8bdc253341891d2f1a0c1aa2d41ac596070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDdila?= Date: Sun, 17 Dec 2023 11:15:21 +0100 Subject: [PATCH] synced with the production --- config/default.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json5 b/config/default.json5 index 25428b9..bedd043 100644 --- a/config/default.json5 +++ b/config/default.json5 @@ -8,7 +8,7 @@ password: "secret", estimateExtent: false, extent: "-675094.279800,4364860.674692,3339266.226366,6799780.912846", - max_size: 24, + max_size: 32, }, dirs: { tiles: "tiles", @@ -63,5 +63,5 @@ // how long to delay rendering a tile when expiring tiles // this is to prevent drastical fi i/o slowdown when prerendering eats 100% cpu // set to zero to prevent this feature - prerenderDelayWhenExpiring: 50, + prerenderDelayWhenExpiring: 200, }