Skip to content

Commit

Permalink
typo event_service_wrapper.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebustron authored Feb 14, 2025
1 parent 078e38f commit 003c4ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 003c4ef

Please sign in to comment.