mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 14:11:40 +02:00
✨ Improve file snapshoting mechanism
This commit is contained in:
parent
3eaa997145
commit
5cf54c6384
8 changed files with 100 additions and 40 deletions
|
@ -61,7 +61,7 @@
|
|||
(def default
|
||||
{:database-uri "postgresql://postgres/penpot_test"
|
||||
:redis-uri "redis://redis/1"
|
||||
:file-change-snapshot-every 1})
|
||||
:file-snapshot-every 1})
|
||||
|
||||
(def config
|
||||
(cf/read-config :prefix "penpot-test"
|
||||
|
@ -76,6 +76,7 @@
|
|||
:enable-feature-fdata-pointer-map
|
||||
:enable-feature-fdata-objets-map
|
||||
:enable-feature-components-v2
|
||||
:enable-file-snapshot
|
||||
:disable-file-validation])
|
||||
|
||||
(defn state-init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue