0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-09 21:41:23 -05:00

💄 Increment default persistence debounce timeout.

This commit is contained in:
Andrey Antukh 2020-03-17 11:45:07 +01:00 committed by Alonso Torres
parent 1382e21360
commit 9e51f6baad

View file

@ -430,7 +430,7 @@
stream)
notifier (->> stream
(rx/filter (ptk/type? ::commit-changes))
(rx/debounce 1000)
(rx/debounce 2000)
(rx/merge stoper))]
(rx/merge
(->> stream