fix too large operation

This commit is contained in:
fyears
2024-03-27 00:44:16 +08:00
parent 02e03681f7
commit bed28d9f0b
2 changed files with 12 additions and 10 deletions
+2
View File
@@ -165,6 +165,8 @@ export type DecisionTypeForMixedEntity =
| "remote_is_modified_then_pull"
| "local_is_created_then_push"
| "remote_is_created_then_pull"
| "local_is_created_too_large_then_do_nothing"
| "remote_is_created_too_large_then_do_nothing"
| "local_is_deleted_thus_also_delete_remote"
| "remote_is_deleted_thus_also_delete_local"
| "conflict_created_then_keep_local"