mirror of
https://github.com/penpot/penpot.git
synced 2025-07-29 03:07:29 +02:00
💄 Increment default persistence debounce timeout.
This commit is contained in:
parent
1382e21360
commit
9e51f6baad
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@
|
||||||
stream)
|
stream)
|
||||||
notifier (->> stream
|
notifier (->> stream
|
||||||
(rx/filter (ptk/type? ::commit-changes))
|
(rx/filter (ptk/type? ::commit-changes))
|
||||||
(rx/debounce 1000)
|
(rx/debounce 2000)
|
||||||
(rx/merge stoper))]
|
(rx/merge stoper))]
|
||||||
(rx/merge
|
(rx/merge
|
||||||
(->> stream
|
(->> stream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue