feat: Add garbage collection interval setting in atticd.nix
This commit introduces a new parameter for setting the garbage collection interval in the atticd.nix file. The garbage collection interval is set to run every 30 days, helping to manage unnecessary data and improve system performance.
This commit is contained in:
parent
858507bb06
commit
31dfb73435
|
@ -22,6 +22,8 @@
|
|||
settings = {
|
||||
api-endpoint = "https://attic.teepot.org/";
|
||||
|
||||
garbage-collection.interval = "30 days";
|
||||
|
||||
database.url = "postgresql:///attic?host=/run/postgresql";
|
||||
|
||||
listen = "[::]:8080";
|
||||
|
|
Loading…
Reference in a new issue