@cryptotaxi247 / infra / commits / 2b1a2835

builders: limit silent time at two hours

Martin Weinelt committed Jan 22, 2025 at 21:58 UTC 2b1a28351e022cfad8d7c6190279560aaedd5a5d
1 file changed +1
builders/common/nix.nix
+1
@@ -37,6 +37,7 @@
37 "root"
38 ];
39 use-cgroups = true;
40 + max-silent-time = 7200; # 2h
41 };
42 };
43 }