Co-authored-by: Alexander Borzunov <hxrussia@gmail.com>
@@ -92,7 +92,7 @@ class P2P:
use_auto_relay: bool = False,
relay_hop_limit: int = 0,
startup_timeout: float = 15,
- idle_timeout: float = 0,
+ idle_timeout: float = 30,
) -> "P2P":
"""
Start a new p2pd process and connect to it.