gitea: increase healthcheck timeout

This commit is contained in:
Sandro - 2022-12-13 00:15:49 +01:00
parent 5926f0aca6
commit a789ba633e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
ENABLED = true;
};
"cron.repo_health_check" = {
TIMEOUT = "120s";
TIMEOUT = "300s";
};
"cron.resync_all_sshkeys" = {
ENABLED = true;