Skip to content

Commit

Permalink
Revert "modules/shared/nix-daemon: set max-silent-time, timeout"
Browse files Browse the repository at this point in the history
This reverts commit 4c623cf.
  • Loading branch information
zowoq committed Nov 18, 2024
1 parent 8ce44eb commit 1782cc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/shared/nix-daemon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,5 @@ in

gc.automatic = pkgs.lib.mkDefault true;
gc.options = pkgs.lib.mkDefault "--delete-older-than 14d";

# match buildbot timeouts
# https://github.com/nix-community/buildbot-nix/blob/85c0b246cc96cc244e4d9889a97c4991c4593dc3/buildbot_nix/__init__.py#L1008
settings.max-silent-time = toString (60 * 20);
settings.timeout = toString (60 * 60 * 3);
};
}

0 comments on commit 1782cc6

Please sign in to comment.