fix (assist-backend): decrease events commit interval

This commit is contained in:
ShiKhu 2021-07-10 03:49:35 +03:00
parent 0c87fe516b
commit d5fbd8e6e4

View file

@ -1,6 +1,6 @@
package intervals
const EVENTS_COMMIT_INTERVAL = 1 * 60 * 1000
const EVENTS_COMMIT_INTERVAL = 30 * 1000
const HEARTBEAT_INTERVAL = 2 * 60 * 1000
const INTEGRATIONS_REQUEST_INTERVAL = 2 * 60 * 1000
const EVENTS_PAGE_EVENT_TIMEOUT = 2 * 60 * 1000