kommode/gitea: increase timeouts

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-23 00:39:06 +01:00
parent 29ad65bfef
commit 30bedecd72
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -49,6 +49,10 @@ in {
START_LFS_SERVER = true; START_LFS_SERVER = true;
LANDING_PAGE = "explore"; LANDING_PAGE = "explore";
}; };
"git.timeout" = {
MIGRATE = 3600;
MIRROR = 1800;
};
mailer = { mailer = {
ENABLED = true; ENABLED = true;
FROM = "gitea@pvv.ntnu.no"; FROM = "gitea@pvv.ntnu.no";