forgejo: increase git.timeout

This commit is contained in:
notohh 2024-02-08 11:40:50 -05:00
parent 17449b6a25
commit b93e162c6b
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -35,6 +35,12 @@ in {
SSH_LISTEN_PORT = sshPort;
SSH_LISTEN_HOST = "100.121.201.47";
};
"git.timeout" = {
DEFAULT = 3600;
MIGRATE = 3600;
MIRROR = 3600;
CLONE = 3600;
};
session = {
COOKIE_SECURE = true;
};