mirror of
https://github.com/chatmail/core.git
synced 2026-05-15 12:56:30 +03:00
safer interruptability of fake-idle -- reusing the same skip_next_idle pattern as with idle
This commit is contained in:
@@ -1011,4 +1011,5 @@ pub fn interrupt_smtp_idle(context: &Context) {
|
||||
state.perform_jobs_needed = 1;
|
||||
state.idle = true;
|
||||
cvar.notify_one();
|
||||
info!(context, "Interrupting SMTP-idle... ended",);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user