Skip to content

Commit 806658f

Browse files
committed
Adjust time between new sessions
1 parent 5877fe6 commit 806658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/utils/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const isAllowedEvent = (eventName, secondArg) => {
147147
};
148148

149149
// After 30min no event we mark a session
150-
const NEW_SESSION_TIME = 1000 * 60 * 60 * 30;
150+
const NEW_SESSION_TIME = 1000 * 60 * 30;
151151

152152
const getLastTimeEventSent = () => {
153153
const lastTime = localStorage.getItem('csb-last-event-sent');

0 commit comments

Comments
 (0)