Skip to content

Commit

Permalink
feat: update default value of maxSize from 1073741824 to `1000000…
Browse files Browse the repository at this point in the history
…000`
  • Loading branch information
stonith404 committed Jul 22, 2023
1 parent 5816b39 commit 389dc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/prisma/seed/config.seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const configVariables: ConfigVariables = {
},
maxSize: {
type: "number",
defaultValue: "1073741824",
defaultValue: "1000000000",

secret: false,
},
Expand Down

0 comments on commit 389dc87

Please sign in to comment.