mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue