mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -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: {
|
||||
type: "number",
|
||||
defaultValue: "1073741824",
|
||||
defaultValue: "1000000000",
|
||||
|
||||
secret: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue