1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-09-28 07:40:12 +02: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: { maxSize: {
type: "number", type: "number",
defaultValue: "1073741824", defaultValue: "1000000000",
secret: false, secret: false,
}, },