Skip to content

Commit

Permalink
increase file size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharyakir authored Nov 15, 2024
1 parent be50eac commit 88ec054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const sourcesUpload = multer({
}),
limits: {
files: 50,
fileSize: 200 * 1024,
fileSize: 500 * 1024,
},
fileFilter(req, file, callback) {
callback(
Expand Down

0 comments on commit 88ec054

Please sign in to comment.