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; isSend = true;
setTimeout(() => { setTimeout(() => {
isSend = false; isSend = false;
}, 1000); }, 500);
} }
} }
} catch (error) { } catch (error) {
@ -278,7 +278,7 @@ fastify.register(async function (fastify) {
isSend = true; isSend = true;
setTimeout(() => { setTimeout(() => {
isSend = false; isSend = false;
}, 1000); }, 500);
//wait(2000); //wait(2000);
} }