Skip to content

Commit

Permalink
Revert "chore: increase default peer discovery heartbeat to 30 seconds (
Browse files Browse the repository at this point in the history
#10881)"

This reverts commit 721cf2c.
  • Loading branch information
ludamad authored Dec 19, 2024
1 parent 69aaefd commit ab87ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const p2pConfigMappings: ConfigMappingsType<P2PConfig> = {
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',
Expand Down

0 comments on commit ab87ee9

Please sign in to comment.