more improvements to map load performance

This commit is contained in:
lza_menace 2024-05-24 16:42:10 -07:00
parent 899ce98c19
commit 5d363417f8
2 changed files with 18 additions and 21 deletions

View file

@ -69,7 +69,7 @@ def map():
if fetch:
_peers = {}
next = None
limit = 400
limit = 500
rgb = "238,111,45"
offset = request.args.get("offset", 0)
offset = int(offset)