Skip to content

Commit

Permalink
increase window
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Dec 2, 2024
1 parent 0d77587 commit 55fa9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async fn reader(

let stream = bucket
.query(&entry.name)
.start(SystemTime::now() - interval_ms * 2)
.start(SystemTime::now() - interval_ms * 4)
.stop(SystemTime::now())
.limit(1)
.send()
Expand Down

0 comments on commit 55fa9a2

Please sign in to comment.