You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
add comments
This commit is contained in:
@@ -31,7 +31,7 @@ if (!TextEncoder) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const INACTIVITY_TIME = 20; // seconds
|
const INACTIVITY_TIME = 20; // seconds
|
||||||
const HEARTBEAT_INTERVAL = 5_000;
|
const HEARTBEAT_INTERVAL = 5_000; // ms
|
||||||
const SESSION_UPDATE_INTERVAL = 60; // seconds
|
const SESSION_UPDATE_INTERVAL = 60; // seconds
|
||||||
const MAX_PENDING_EVENTS = 1000;
|
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;
|
window.mxCountlyAnalytics = CountlyAnalytics;
|
||||||
|
|||||||
Reference in New Issue
Block a user