From 1777e5abdcdc7d4c37494777e320074c1f3c6e86 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Mon, 9 Jan 2023 09:39:25 +0100 Subject: [PATCH] bla --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 7f33d79..bfc9436 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,7 @@ -const fastify = require('fastify')({ logger: true }) +const fastify = require('fastify')({ + logger: true, + bodyLimit: 10485760 +}) const fs = require('fs'); const path = require('path') const CryptoJS = require("crypto-js");