mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-04-22 04:59:09 -04:00
bump limit per fetch
This commit is contained in:
parent
28ef3e2fe1
commit
a2e35f53d3
@ -69,7 +69,7 @@ def map():
|
||||
if fetch:
|
||||
_peers = {}
|
||||
next = None
|
||||
limit = 100
|
||||
limit = 400
|
||||
rgb = "238,111,45"
|
||||
offset = request.args.get("offset", 0)
|
||||
offset = int(offset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user