mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
✨ Reduce the persist debounce window.
This commit is contained in:
parent
de09217e30
commit
03eb756551
@ -255,7 +255,7 @@
|
||||
stream)]
|
||||
(->> stream
|
||||
(rx/filter #(satisfies? IBatchedChange %))
|
||||
(rx/debounce 500)
|
||||
(rx/debounce 200)
|
||||
(rx/map (constantly diff-and-commit-changes))
|
||||
(rx/take-until stoper))))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user