mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-13 10:15:23 -04:00
more improvements to map load performance
This commit is contained in:
parent
899ce98c19
commit
5d363417f8
2 changed files with 18 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue