0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 23:41:24 -05:00
penpot/backend
Andrey Antukh 024cc88738 Reduce the file-change snapshot taking ratio.
Until now, a file `data` snapshot was persisted on every file_change
row. That causes a lot of IO load and increase disk usage without
a real benefit.

This commit reduces the snapshot generation; now the snapshot
is persisted every 20 update-file or when a file is not touched
in 3 hours or more.
2021-06-11 12:36:21 +02:00
..
dev ♻️ Internal directory refactor. 2021-05-31 11:04:32 +02:00
resources 📎 Minor changes on log4j2-devenv.xml file. 2021-05-10 14:53:47 +02:00
scripts 📎 Change default jvm options for backend and frontend repl. 2021-05-25 15:41:52 +02:00
src Reduce the file-change snapshot taking ratio. 2021-06-11 12:36:21 +02:00
test/app ♻️ Reimplement GC mechanism for penpot database objects. 2021-06-09 15:27:07 +02:00
deps.edn ♻️ Internal directory refactor. 2021-05-31 11:04:32 +02:00
package.json 🎉 Format all email messages with mjml 2020-06-16 15:40:13 +02:00
tests.edn ♻️ Internal directory refactor. 2021-05-31 11:04:32 +02:00
yarn.lock ⬆️ Update dependencies. 2020-12-21 16:55:54 +01:00