Read cache value for total event stream count (#19313)

As title
This commit is contained in:
Thomas Trompette
2026-04-03 16:19:57 +02:00
committed by GitHub
parent 8543576dae
commit 4ba2f3b184
@@ -37,6 +37,7 @@ export class EventStreamService implements OnModuleInit {
callback: async () => {
return this.getTotalActiveStreamCount();
},
cacheValue: true,
});
}