mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-12 07:20:08 -04:00
bump limit per fetch
This commit is contained in:
parent
28ef3e2fe1
commit
a2e35f53d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue