diff --git a/fastify/app.js b/fastify/app.js index 30d28b1..65dfef3 100755 --- a/fastify/app.js +++ b/fastify/app.js @@ -188,7 +188,7 @@ fastify.register(async function (fastify) { isSend = true; setTimeout(() => { isSend = false; - }, 1000); + }, 500); } } } catch (error) { @@ -278,7 +278,7 @@ fastify.register(async function (fastify) { isSend = true; setTimeout(() => { isSend = false; - }, 1000); + }, 500); //wait(2000); }