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