fix: undo route redirects

This commit is contained in:
Tienson Qin
2024-06-12 04:43:44 +08:00
parent 1dc72d79f2
commit fbdda658e8
3 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
(def ^:private undo-op-validator (m/validator [:sequential undo-op-item-schema]))
(defonce max-stack-length 500)
(defonce max-stack-length 100)
(defonce *undo-ops (:undo/repo->ops @worker-state/*state))
(defonce *redo-ops (:redo/repo->ops @worker-state/*state))