mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
add comments
This commit is contained in:
parent
db38d737a4
commit
50a937c523
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,7 @@ if (!TextEncoder) {
|
|||
}
|
||||
|
||||
const INACTIVITY_TIME = 20; // seconds
|
||||
const HEARTBEAT_INTERVAL = 5_000;
|
||||
const HEARTBEAT_INTERVAL = 5_000; // ms
|
||||
const SESSION_UPDATE_INTERVAL = 60; // seconds
|
||||
const MAX_PENDING_EVENTS = 1000;
|
||||
|
||||
|
@ -938,4 +938,5 @@ export default class CountlyAnalytics {
|
|||
}
|
||||
}
|
||||
|
||||
// expose on window for easy access from the console
|
||||
window.mxCountlyAnalytics = CountlyAnalytics;
|
||||
|
|
Loading…
Reference in a new issue