feat: update default value of maxSize from 1073741824 to 1000000000
This commit is contained in:
@@ -41,7 +41,7 @@ const configVariables: ConfigVariables = {
|
|||||||
},
|
},
|
||||||
maxSize: {
|
maxSize: {
|
||||||
type: "number",
|
type: "number",
|
||||||
defaultValue: "1073741824",
|
defaultValue: "1000000000",
|
||||||
|
|
||||||
secret: false,
|
secret: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user