Skip to content

Commit e7f9e63

Browse files
committed
removing bodylimit as its already handled by nginx in our case. having it in multiple places will be confusing.
1 parent 0fb8020 commit e7f9e63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const __dirname = path.dirname(__filename);
2424
const server = fastify({
2525
logger: true,
2626
trustProxy: true,
27-
bodyLimit: 1048576,
2827
connectionTimeout: 30000,
2928
keepAliveTimeout: 30000
3029
});

0 commit comments

Comments
 (0)