mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-05 01:38:56 -05:00
feat: update default value of maxSize
from 1073741824
to 1000000000
This commit is contained in:
parent
5816b39fc6
commit
389dc87cac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const configVariables: ConfigVariables = {
|
||||||
},
|
},
|
||||||
maxSize: {
|
maxSize: {
|
||||||
type: "number",
|
type: "number",
|
||||||
defaultValue: "1073741824",
|
defaultValue: "1000000000",
|
||||||
|
|
||||||
secret: false,
|
secret: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue