mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-02-13 21:55:14 +01:00
Increase the evaluation periodicity from 30s to 5m
This has been asked by the Nix community for debugging and maintenance purposes.
This commit is contained in:
parent
6b425d13f5
commit
8c1c4640b8
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ let
|
|||
{ enabled = 1;
|
||||
hidden = false;
|
||||
description = "PR ${num}: ${info.title}";
|
||||
checkinterval = 30;
|
||||
checkinterval = 300;
|
||||
schedulingshares = 20;
|
||||
enableemail = false;
|
||||
emailoverride = "";
|
||||
|
@ -19,7 +19,7 @@ let
|
|||
) prs;
|
||||
mkFlakeJobset = branch: {
|
||||
description = "Build ${branch} branch of Simple NixOS MailServer";
|
||||
checkinterval = "60";
|
||||
checkinterval = 300;
|
||||
enabled = "1";
|
||||
schedulingshares = 100;
|
||||
enableemail = false;
|
||||
|
|
Loading…
Reference in a new issue