Skip to content

Commit af456b3

Browse files
committed
timeout: reset to false again
1 parent 0b7b18b commit af456b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/auto_splitting/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,8 @@ fn watchdog<T: event::CommandSink + TimerQuery + Send>(shared_state: Arc<SharedS
952952
if let Some(auto_splitter) = &*shared_state.auto_splitter.load() {
953953
auto_splitter.interrupt_handle().interrupt();
954954
}
955+
} else {
956+
has_timed_out = false;
955957
}
956958

957959
new_state

0 commit comments

Comments
 (0)