chore: disable gc

This commit is contained in:
nathan 2024-05-02 07:52:38 +08:00
parent 59b3d69c42
commit 60967e51e6
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![],
true,
false,
)
.map(MutexCollab::new);
match result {