Extend polling until we're ready for this

This commit is contained in:
Eric Bailey
2024-05-07 16:50:28 -05:00
parent 7271be05f2
commit 959448f024
+2 -2
View File
@@ -15,8 +15,8 @@ import {
const LOGGER_CONTEXT = 'MessagesEventBus'
const ACTIVE_POLL_INTERVAL = 5e3
const BACKGROUND_POLL_INTERVAL = 20e3
const ACTIVE_POLL_INTERVAL = 60e3
const BACKGROUND_POLL_INTERVAL = 60e3
export class MessagesEventBus {
private id: string