chore: enable gc

This commit is contained in:
nathan 2024-05-01 21:00:40 +08:00
parent 29928cb4a7
commit 885e6f31b4
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ where
object_id,
DataSource::DocStateV1(encode_collab.doc_state.to_vec()),
vec![],
false,
true,
)
.map(MutexCollab::new);
match result {