Skip to content

Commit 7b22f30

Browse files
committed
fix: set looker session expiration time to 30 minutes
1 parent 70dbded commit 7b22f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,4 +965,4 @@ export const PROJECT_REPORTS = {
965965
/**
966966
* Report session length in seconds
967967
*/
968-
export const REPORT_SESSION_LENGTH = 10 * 60 // 10 minutes
968+
export const REPORT_SESSION_LENGTH = 30 * 60 // 30 minutes

0 commit comments

Comments
 (0)