Revert "modules/shared/nix-daemon: set max-silent-time, timeout"
This reverts commit 4c623cfb5f
.
This commit is contained in:
parent
8ce44ebf9a
commit
1782cc67fe
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue