Skip to content

Commit

Permalink
refactor: nit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
avilagaston9 committed Jul 23, 2024
1 parent def782f commit 1d3f03a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/lambda_ethereum_consensus/p2p/requests.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ defmodule LambdaEthereumConsensus.P2p.Requests do
Uses uuids to identify requests and their handlers. Saves the handler in the struct until a
response is available and then handles appropriately.
"""

@type id :: binary
@type handler :: (term() -> term())
@type requests :: %{id => handler}
Expand Down
2 changes: 1 addition & 1 deletion lib/libp2p_port.ex
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 1d3f03a

Please sign in to comment.