1
1
Fork 0

Fix config formatting

Bill Ewanick 2023-06-27 17:01:14 -04:00
parent 613364e557
commit 128f444d69
1 changed files with 5 additions and 7 deletions

View File

@ -12,13 +12,11 @@
DISABLE_REGISTRATION = true;
};
git = {
timeout = {
MIGRATE = 60 * 100; # seconds, 100 minutes
MIRROR = 60 * 100;
PULL = 60 * 100;
GC = 60 * 100;
};
"git.timeout" = {
MIGRATE = 60 * 100; # seconds, 100 minutes
MIRROR = 60 * 100;
PULL = 60 * 100;
GC = 60 * 100;
};
};
};