Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Fix typos #280

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update event_serivce_wrapper.rs
VolodymyrBg authored Dec 10, 2024
commit ace96bed8a72fe131ab9f2f0dc67f92395b44d6a
2 changes: 1 addition & 1 deletion crates/shared/src/utils/event_serivce_wrapper.rs
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ pub struct EventServiceStream<Types: NodeType, V: StaticVersionType> {

impl<Types: NodeType, ApiVer: StaticVersionType + 'static> EventServiceStream<Types, ApiVer> {
/// Maximum period between events, once it elapsed we assume
/// udnerlying connection silently went down and attempt to reconnect
/// underlying connection silently went down and attempt to reconnect
const MAX_WAIT_PERIOD: Duration = Duration::from_secs(10);
const RETRY_PERIOD: Duration = Duration::from_secs(1);
const CONNECTION_TIMEOUT: Duration = Duration::from_secs(60);