these need to be int

This commit is contained in:
Osman Faruk Bayram 2025-02-09 22:31:27 +03:00
parent fb8f31fe1b
commit b13a33bf8c

View file

@ -23,10 +23,10 @@
defaultBranch = "main";
};
http = {
postBuffer = "1048576000";
postBuffer = 1048576000;
};
https = {
postBuffer = "1048576000";
postBuffer = 1048576000;
};
push = {
autoSetupRemote = true;