mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 14:48:29 +00:00
✨ Increment the file-change garbage collection time window.
The previous value was 24 hours because the snapshot stated to consume a lot of disk space. Since we reduced snapshot generation considerably, we now can increase the gc time window to 72 hours.
This commit is contained in:
parent
024cc88738
commit
840430c189
@ -254,7 +254,7 @@
|
||||
|
||||
:app.tasks.file-xlog-gc/handler
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
:max-age (dt/duration {:hours 24})}
|
||||
:max-age (dt/duration {:hours 72})}
|
||||
|
||||
:app.tasks.telemetry/handler
|
||||
{:pool (ig/ref :app.db/pool)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user