mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-11 10:27:01 +02:00
feat: update default value of maxSize from 1073741824 to 1000000000
This commit is contained in:
@@ -41,7 +41,7 @@ const configVariables: ConfigVariables = {
|
||||
},
|
||||
maxSize: {
|
||||
type: "number",
|
||||
defaultValue: "1073741824",
|
||||
defaultValue: "1000000000",
|
||||
|
||||
secret: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user