auto-sync: 2026-05-03 09:20:01

This commit is contained in:
Stream
2026-05-03 09:20:01 +03:00
parent 5607a8a6c4
commit af52f4890d

View File

@@ -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