chore: enable gc
This commit is contained in:
parent
29928cb4a7
commit
885e6f31b4
|
|
@ -204,7 +204,7 @@ where
|
||||||
object_id,
|
object_id,
|
||||||
DataSource::DocStateV1(encode_collab.doc_state.to_vec()),
|
DataSource::DocStateV1(encode_collab.doc_state.to_vec()),
|
||||||
vec![],
|
vec![],
|
||||||
false,
|
true,
|
||||||
)
|
)
|
||||||
.map(MutexCollab::new);
|
.map(MutexCollab::new);
|
||||||
match result {
|
match result {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue