@@ -155,7 +155,7 @@ class P2P:
relayDiscovery=use_relay_discovery,
autoRelay=use_auto_relay,
relayHopLimit=relay_hop_limit,
- idleTimeout=f"{idle_timeout}s",
+ # idleTimeout=f"{idle_timeout}s",
b=need_bootstrap,
**process_kwargs,
)
@@ -14,7 +14,7 @@ from setuptools import find_packages, setup
from setuptools.command.build_py import build_py
from setuptools.command.develop import develop
-P2PD_VERSION = "v0.3.3"
+P2PD_VERSION = "v0.3.3-no-termination"
P2PD_CHECKSUM = "a4913fbd5996c567fd65d84ebfb26bc2"
LIBP2P_TAR_URL = f"https://github.com/learning-at-home/go-libp2p-daemon/archive/refs/tags/{P2PD_VERSION}.tar.gz"