Alteração no tempo do ack(Status de envio da mensagem). De 500 milisegundos para 4000 milesegundos

pull/21/head
adriano 2023-05-29 17:04:26 -03:00
parent 110c4007c8
commit 1246f59441
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,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();