Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions beacon_chain/sync/sync_manager.nim
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ const
SyncWorkersCount* = 10
## Number of sync workers to spawn

StatusUpdateInterval* = chronos.minutes(1)
## Minimum time between two subsequent calls to update peer's status

StatusExpirationTime* = chronos.minutes(2)
## Time time it takes for the peer's status information to expire.

Expand Down