increase mirroring timeouts for gitea to allow for mirroring nixpkgs
This commit is contained in:
parent
343e7979fa
commit
0b0150fa75
1 changed files with 8 additions and 0 deletions
|
@ -111,6 +111,14 @@ in {
|
|||
oauth2.ENABLE = false;
|
||||
log.LEVEL = "Info";
|
||||
actions.ENABLED = true;
|
||||
"git.timeout" = {
|
||||
DEFAULT = 600;
|
||||
MIGRATE = 3600;
|
||||
MIRROR = 3600;
|
||||
CLONE = 600;
|
||||
PULL = 600;
|
||||
GC = 600;
|
||||
};
|
||||
server = {
|
||||
ROOT_URL = baseurl;
|
||||
DOMAIN = domain;
|
||||
|
|
Loading…
Reference in a new issue