Skip to content

Commit

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

Reverts #10881
  • Loading branch information
ludamad authored Dec 19, 2024
1 parent 69aaefd commit 852afb2
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 852afb2

Please sign in to comment.