From ab87ee9b81b7387f5438766d2dbfca1fbe74a009 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 19 Dec 2024 11:25:40 -0500 Subject: [PATCH] Revert "chore: increase default peer discovery heartbeat to 30 seconds (#10881)" This reverts commit 721cf2c87734b18a8a4b5b4695650ce8a6efc23f. --- yarn-project/p2p/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/p2p/src/config.ts b/yarn-project/p2p/src/config.ts index 5f5ea19258a..0e30bc2efe3 100644 --- a/yarn-project/p2p/src/config.ts +++ b/yarn-project/p2p/src/config.ts @@ -170,7 +170,7 @@ export const p2pConfigMappings: ConfigMappingsType = { peerCheckIntervalMS: { env: 'P2P_PEER_CHECK_INTERVAL_MS', description: 'The frequency in which to check for new peers.', - ...numberConfigHelper(30_000), + ...numberConfigHelper(1_000), }, l2QueueSize: { env: 'P2P_L2_QUEUE_SIZE',