chore: add break in cancellation of snapshot task
This commit is contained in:
parent
d624cdf49b
commit
de4016659e
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue