diff --git a/src/common/k8s-api/kube-object.store.ts b/src/common/k8s-api/kube-object.store.ts index 373ffb8251..fcc14e71f6 100644 --- a/src/common/k8s-api/kube-object.store.ts +++ b/src/common/k8s-api/kube-object.store.ts @@ -376,7 +376,7 @@ export abstract class KubeObjectStore extends ItemStore // collect items from watch-api events to avoid UI blowing up with huge streams of data protected eventsBuffer = observable.array>([], { deep: false }); - protected bindWatchEventsUpdater(delay = 1000) { + protected bindWatchEventsUpdater(delay = 4000) { reaction(() => this.eventsBuffer.length, this.updateFromEventsBuffer, { delay, });