mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
.
This commit is contained in:
@@ -27,6 +27,7 @@ export class RedisStreamService {
|
||||
await this.client.connect();
|
||||
setInterval(() => {
|
||||
console.log('Processed:', RedisStreamService.processed, '/s');
|
||||
RedisStreamService.processed = 0;
|
||||
}, 1000)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user