mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-19 18:37:47 -04:00
update peer crawling to be recursive
This commit is contained in:
parent
574761ec8e
commit
a85198c9ed
4 changed files with 42 additions and 34 deletions
|
@ -13,3 +13,4 @@ TOR_PORT = environ.get("TOR_PORT", 9050)
|
|||
NODE_HOST = environ.get("NODE_HOST", "singapore.node.xmr.pm")
|
||||
NODE_PORT = environ.get("NODE_PORT", 18080)
|
||||
HEALTHY_BLOCK_DIFF = int(environ.get("HEALTHY_BLOCK_DIFF", 500))
|
||||
PEER_LIFETIME = int(environ.get("PEER_LIFETIME", 96))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue