chore: add break in cancellation of snapshot task

This commit is contained in:
Bartosz Sypytkowski 2024-10-21 11:23:31 +02:00
parent d624cdf49b
commit de4016659e
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ impl CollabGroup {
if let Err(err) = state.persister.save().await {
tracing::warn!("failed to persist document on shutdown `{}`: {}", state.object_id, err);
}
break;
}
}
}