forgejo: increase git.timeout
This commit is contained in:
parent
17449b6a25
commit
b93e162c6b
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ in {
|
||||||
SSH_LISTEN_PORT = sshPort;
|
SSH_LISTEN_PORT = sshPort;
|
||||||
SSH_LISTEN_HOST = "100.121.201.47";
|
SSH_LISTEN_HOST = "100.121.201.47";
|
||||||
};
|
};
|
||||||
|
"git.timeout" = {
|
||||||
|
DEFAULT = 3600;
|
||||||
|
MIGRATE = 3600;
|
||||||
|
MIRROR = 3600;
|
||||||
|
CLONE = 3600;
|
||||||
|
};
|
||||||
session = {
|
session = {
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue