From af52f4890d341227a308d3babe0d72be8edbbf75 Mon Sep 17 00:00:00 2001 From: Stream Date: Sun, 3 May 2026 09:20:01 +0300 Subject: [PATCH] auto-sync: 2026-05-03 09:20:01 --- tasks/enduro-trails/prototype/app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/enduro-trails/prototype/app.py b/tasks/enduro-trails/prototype/app.py index 12978c3..614506b 100644 --- a/tasks/enduro-trails/prototype/app.py +++ b/tasks/enduro-trails/prototype/app.py @@ -252,11 +252,11 @@ async def get_tile(z: int, x: int, y: int): q_north = north + buf_y if z <= 7: - limit = 3000 + limit = 5000 elif z <= 9: - limit = 8000 + limit = 25000 elif z <= 11: - limit = 15000 + limit = 25000 else: limit = 25000