1
1
Fork 0

Increase git timeouts for migration

Bill Ewanick 2023-06-27 11:15:06 -04:00
parent 66fc5a5ec8
commit 3ccdf98fb0
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@
service = {
DISABLE_REGISTRATION = true;
};
git = {
timeout = {
MIGRATE = 60 * 100; # seconds, 100 minutes
MIRROR = 60 * 100;
PULL = 60 * 100;
GC = 60 * 100;
};
};
};
};