Alteração no tempo do ack(Status de envio da mensagem). De 500 milisegundos para 4000 milesegundos
parent
110c4007c8
commit
1246f59441
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue