evolution-api/src/api
Davidson Gomes 5ea276398f chore: Improve performance of status update and message sending in groups
The performance of sending status updates and messages in groups has been significantly improved. The batch size for sending messages has been reduced from 200 to 1, which allows for more efficient processing.

The `whatsapp.baileys.service.ts` file has been modified to implement this change. The previous batch size was set to 200, which has been updated to 1. This change reduces the number of participants processed in each batch, resulting in improved performance.

This modification also includes a conditional statement to ensure that no further processing is performed when there are no more batches left. This enhancement aims to optimize the overall process of sending status updates and messages in groups.
2024-06-26 23:22:51 -03:00
..
abstract fix: Adjusts in redis for save instances 2024-04-18 10:39:24 -03:00
controllers chore: Refactor WAMonitoringService instance retrieval and improve code readability 2024-06-26 19:27:06 -03:00
dto fix: Ghost emoji correction in message sending 2024-06-26 17:27:38 -03:00
guards feat: Now you can register several typebots with triggers 2024-06-08 19:04:57 -03:00
integrations feat: update message sending logic 2024-06-15 12:46:52 -03:00
provider session worker compatibility 2024-06-03 19:06:00 -03:00
repository fix: init store folders 2024-06-10 11:28:28 -03:00
routes chore: Update privacy settings, refactor code and improve performance 2024-06-26 08:08:12 -03:00
services chore: Improve performance of status update and message sending in groups 2024-06-26 23:22:51 -03:00
types feat: update Baileys library and add fake call feature 2024-06-14 08:44:19 -03:00
server.module.ts fix: provider variables are no longer mandatory in the env 2024-06-11 12:40:00 -03:00