fix(sync): add missing sync event schema

pull/8965/head
rcmerci 2023-03-30 13:55:41 +08:00 committed by Tienson Qin
parent 9d14b8a071
commit 3ceada14aa
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@
:remote->local-full-sync-failed
:local->remote-full-sync-failed
:get-remote-graph-failed
:get-deletion-logs-failed]]
:get-deletion-logs-failed
:get-remote-all-files-failed]]
[:data :map]]
:topic-fn :event
:ch-buffer (a/sliding-buffer 10))