update fastify
This commit is contained in:
parent
5dda91a1a1
commit
8bfeda405c
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user