kommode/gitea: increase timeouts

This commit is contained in:
h7x4 2025-03-23 00:39:06 +01:00
parent 29ad65bfef
commit 30bedecd72
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

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