mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-02-19 00:15:44 +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;
|
{ enabled = 1;
|
||||||
hidden = false;
|
hidden = false;
|
||||||
description = "PR ${num}: ${info.title}";
|
description = "PR ${num}: ${info.title}";
|
||||||
checkinterval = 30;
|
checkinterval = 300;
|
||||||
schedulingshares = 20;
|
schedulingshares = 20;
|
||||||
enableemail = false;
|
enableemail = false;
|
||||||
emailoverride = "";
|
emailoverride = "";
|
||||||
|
@ -19,7 +19,7 @@ let
|
||||||
) prs;
|
) prs;
|
||||||
mkFlakeJobset = branch: {
|
mkFlakeJobset = branch: {
|
||||||
description = "Build ${branch} branch of Simple NixOS MailServer";
|
description = "Build ${branch} branch of Simple NixOS MailServer";
|
||||||
checkinterval = "60";
|
checkinterval = 300;
|
||||||
enabled = "1";
|
enabled = "1";
|
||||||
schedulingshares = 100;
|
schedulingshares = 100;
|
||||||
enableemail = false;
|
enableemail = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue