Skip to content

Commit

Permalink
make reader drop less agressive (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazel-sudz authored Dec 16, 2024
1 parent 0007c6b commit f8ce43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async fn main() -> Result<()> {
reader
.timestamp
.elapsed()
.map(|elapsed| elapsed.as_secs() < 2)
.map(|elapsed| elapsed.as_secs() < 5)
.unwrap_or(false)
});
});
Expand Down

0 comments on commit f8ce43c

Please sign in to comment.