Skip to content

Commit

Permalink
refactor: restore sync delay
Browse files Browse the repository at this point in the history
  • Loading branch information
avilagaston9 committed Aug 16, 2024
1 parent 15392a8 commit 8bae6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libp2p_port.ex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defmodule LambdaEthereumConsensus.Libp2pPort do
discovery_addresses: [String.t()]
}

@sync_delay_millis 20_000
@sync_delay_millis 10_000

######################
### API
Expand Down

0 comments on commit 8bae6b7

Please sign in to comment.