mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-12 12:50:04 -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:
|
if fetch:
|
||||||
_peers = {}
|
_peers = {}
|
||||||
next = None
|
next = None
|
||||||
limit = 100
|
limit = 400
|
||||||
rgb = "238,111,45"
|
rgb = "238,111,45"
|
||||||
offset = request.args.get("offset", 0)
|
offset = request.args.get("offset", 0)
|
||||||
offset = int(offset)
|
offset = int(offset)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue