diff --git a/routes/commenter.js b/routes/commenter.js index 142313f..597efe8 100644 --- a/routes/commenter.js +++ b/routes/commenter.js @@ -7,7 +7,7 @@ let db = await initDb(); const router = Router(); const minChar = 1; -const maxChar = 32; +const maxChar = 2048; router.post('/', async (req, res, next) => {