Skip to content

Commit

Permalink
increase attic retention period
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Aug 27, 2024
1 parent 85a4be3 commit 801cd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/woodpecker-server/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
attic = {
enable = true;
scaling-factor = 64;
# 180 days retention (created cache on 25st October 2023)
retention-period = 180 * 24 * 60 * 60;
# 365 days retention (created cache on 25st October 2023)
retention-period = 365 * 24 * 60 * 60;
};
nginx.geoIP = true;
nix-common.enable = true;
Expand Down

0 comments on commit 801cd54

Please sign in to comment.