Skip to content

Commit

Permalink
Post-rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Oct 30, 2024
1 parent eecaac1 commit be0f66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstairs/src/upstairs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ impl Upstairs {
// (especially during debug builds), and we don't want to set our flush
// deadline such that it fires immediately.
if has_jobs {
self.flush_deadline = deadline_secs(self.flush_timeout_secs);
self.flush_deadline = Instant::now() + self.flush_interval;
}
}

Expand Down

0 comments on commit be0f66d

Please sign in to comment.