alteração no ack para 4 segundos

pull/20/head
adriano 2023-06-20 11:05:58 -03:00
parent f0f49668ff
commit 5f385ab33c
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@ const handleMessage = async (
const handleMsgAck = async (msg_id: any, ack: any) => {
await new Promise(r => setTimeout(r, 500));
await new Promise(r => setTimeout(r, 4000));
const io = getIO();