@cryptotaxi247 / infra-1 / commits / 1925a5a0

haumea/postgres: increase snapshot interval to 15m

This aligns the snapshot interval with the the smallest keep cycle.

Martin Weinelt committed Jun 18, 2024 at 12:01 UTC 1925a5a0259faeb7ddba47a6ab6c3050683316fa
1 file changed +1 -1
delft/haumea/zrepl.nix
+1 -1
@@ -22,7 +22,7 @@
22 filesystems."rpool/safe<" = true;
23 snapshotting = {
24 type = "periodic";
25 - interval = "5m";
25 + interval = "15m";
26 prefix = "zrepl_snap_";
27 };
28 pruning = {