Skip to content

Commit

Permalink
chore: increase default peer discovery heartbeat to 30 seconds (#10881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Dec 19, 2024
1 parent 6fe5d19 commit 721cf2c
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(1_000),
...numberConfigHelper(30_000),
},
l2QueueSize: {
env: 'P2P_L2_QUEUE_SIZE',
Expand Down

0 comments on commit 721cf2c

Please sign in to comment.