feat: Reduce timer for bot message check

feat-scaling-ticket-remote-creation
adriano 2024-05-10 04:46:38 -03:00
parent 7bc957df77
commit f7e71af633
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ const handleMessage = async (
console.log("repet.occurrences: ", repet.occurrences); console.log("repet.occurrences: ", repet.occurrences);
if (repet.occurrences > 10) { if (repet.occurrences > 5) {
await transferTicket(0, wbot, ticket); await transferTicket(0, wbot, ticket);
await SendWhatsAppMessage({ await SendWhatsAppMessage({