Skip to content

Commit

Permalink
Merge branch 'mc_timeout' into dev pull/388
Browse files Browse the repository at this point in the history
  • Loading branch information
parabala committed Nov 8, 2023
2 parents a164054 + 032aa6e commit 47ccbe5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions endpoint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ impl Timeout {
pub fn to(mut self, ms: u32) -> Self {
if ms > 0 {
self.adjust(ms);
} else {
self.adjust(self.ms.into());
}

self
Expand Down

0 comments on commit 47ccbe5

Please sign in to comment.