fix: bump groupmq, fix stalled sessions in buffers, improve heavy event count

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-06 21:22:56 +02:00
parent b3e06e985d
commit af580333b4
8 changed files with 434 additions and 90 deletions

View File

@@ -39,7 +39,7 @@ export class BaseBuffer {
const key = this.bufferCounterKey;
try {
await runEvery({
interval: 60 * 15,
interval: 60 * 60,
key: `${this.name}-buffer:resync`,
fn: async () => {
try {