diff --git a/fastify/app.js b/fastify/app.js index 2e29878..3bb6891 100755 --- a/fastify/app.js +++ b/fastify/app.js @@ -211,7 +211,7 @@ fastify.register(async function (fastify) { isSend = true; setTimeout(() => { isSend = false; - }, 4000); + }, 1000); } } catch (error) { console.error("Error parsing JSON:", error);