Keep P2P consumers on the current transport

This commit is contained in:
vorotamoroz
2026-07-20 15:06:05 +00:00
parent 893c08ad2a
commit 6484a43e2f
34 changed files with 731 additions and 73 deletions
+3 -1
View File
@@ -97,7 +97,9 @@ services:
BENCH_PEERS_TIMEOUT: ${BENCH_PEERS_TIMEOUT:-60}
LIVESYNC_P2P_RELAY_READY_TIMEOUT_MS: ${LIVESYNC_P2P_RELAY_READY_TIMEOUT_MS:-60000}
BENCH_LIVESYNC_TEST_TEE: ${BENCH_LIVESYNC_TEST_TEE:-0}
CLI_E2E_TASK: ${CLI_E2E_TASK:-test:p2p-sync}
LIVESYNC_CLI_DEBUG: ${LIVESYNC_CLI_DEBUG:-0}
LIVESYNC_CLI_VERBOSE: ${LIVESYNC_CLI_VERBOSE:-0}
CLI_E2E_TASK: ${CLI_E2E_TASK:-test:p2p:ci}
RELAY: ${RELAY:-ws://nostr-relay:7777/}
PEERS_TIMEOUT: ${PEERS_TIMEOUT:-20}
SYNC_TIMEOUT: ${SYNC_TIMEOUT:-60}