0
Fork 0
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:
Elias Schneider 2023-07-22 15:33:45 +02:00
parent 5816b39fc6
commit 389dc87cac
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

View file

@ -41,7 +41,7 @@ const configVariables: ConfigVariables = {
},
maxSize: {
type: "number",
defaultValue: "1073741824",
defaultValue: "1000000000",
secret: false,
},