Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 21, 2023
1 parent d755551 commit f6c67c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1315,14 +1315,14 @@ impl<TH: Handler<SEA>, SEA: ScheduleExecutionArg> SpawnableScheduler<TH, SEA>
self.id(),
width = SchedulerId::BITS as usize / BITS_PER_HEX_DIGIT,
);
self.stop_thread_manager();
return false;
} else {
info!(
"[sch_{:0width$x}]: watchdog: too big address book size: {page_count}...; retiring scheduler",
self.id(),
width = SchedulerId::BITS as usize / BITS_PER_HEX_DIGIT,
);
self.stop_thread_manager();
return false;
}

let Some(pooled_duration) = self.pooled_since() else {
Expand Down

0 comments on commit f6c67c4

Please sign in to comment.