mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 10:28:38 -06:00
fix: try fix overlimit
This commit is contained in:
parent
ba5539b4e2
commit
b7ab40a657
@ -42,12 +42,12 @@
|
||||
"homepage": "https://github.com/EvolutionAPI/evolution-api#readme",
|
||||
"dependencies": {
|
||||
"@adiwajshing/keyed-db": "^0.2.4",
|
||||
"@aws-sdk/client-sqs": "^3.569.0",
|
||||
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
||||
"@figuro/chatwoot-sdk": "^1.1.16",
|
||||
"@hapi/boom": "^10.0.1",
|
||||
"@sentry/node": "^7.59.2",
|
||||
"amqplib": "^0.10.3",
|
||||
"@aws-sdk/client-sqs": "^3.569.0",
|
||||
"axios": "^1.6.5",
|
||||
"baileys": "github:EvolutionAPI/Baileys",
|
||||
"class-validator": "^0.14.1",
|
||||
|
@ -200,6 +200,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
|
||||
for (const group of groups) {
|
||||
await this.updateGroupMetadataCache(group.id);
|
||||
await delay(1000);
|
||||
}
|
||||
}, 3600000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user