mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
Rift, try this
This commit is contained in:
parent
c9e92d92f8
commit
20cb82ec7b
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ await app.register(fastifyCompress, {
|
|||
|
||||
await app.register(fastifyMultipart, {
|
||||
limits: {
|
||||
fileSize: 25000000,
|
||||
fileSize: 25 * 1024 * 1024,
|
||||
parts: Infinity
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue