Rift, try this

This commit is contained in:
MotorTruck1221 2024-11-09 01:22:03 -07:00
parent c9e92d92f8
commit 20cb82ec7b
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -30,7 +30,8 @@ await app.register(fastifyCompress, {
await app.register(fastifyMultipart, { await app.register(fastifyMultipart, {
limits: { limits: {
fileSize: 25000000, fileSize: 25 * 1024 * 1024,
parts: Infinity
}, },
}); });