Skip to content

Commit

Permalink
Rift, try this
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Nov 9, 2024
1 parent c9e92d9 commit 20cb82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ await app.register(fastifyCompress, {

await app.register(fastifyMultipart, {
limits: {
fileSize: 25000000,
fileSize: 25 * 1024 * 1024,
parts: Infinity
},
});

Expand Down

0 comments on commit 20cb82e

Please sign in to comment.