these need to be int
This commit is contained in:
parent
fb8f31fe1b
commit
b13a33bf8c
1 changed files with 2 additions and 2 deletions
|
|
@ -23,10 +23,10 @@
|
|||
defaultBranch = "main";
|
||||
};
|
||||
http = {
|
||||
postBuffer = "1048576000";
|
||||
postBuffer = 1048576000;
|
||||
};
|
||||
https = {
|
||||
postBuffer = "1048576000";
|
||||
postBuffer = 1048576000;
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue