update fastify

This commit is contained in:
MuslemRahimi 2024-09-09 23:00:44 +02:00
parent 5dda91a1a1
commit 8bfeda405c

View File

@ -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);
}