server/gitea: further increase timeout

This commit is contained in:
chayleaf 2023-10-25 06:30:32 +07:00
parent 891fa83f01
commit ece8104cf2

View file

@ -231,8 +231,8 @@ in {
federation.ENABLED = true; federation.ENABLED = true;
"git.timeout" = { "git.timeout" = {
DEFAULT = 6000; DEFAULT = 6000;
MIGRATE = 6000; MIGRATE = 60000;
MIRROR = 6000; MIRROR = 60000;
GC = 120; GC = 120;
}; };
mailer = { mailer = {