From de1aa45728351e1163d4a184387e5d6e2a73a8da Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 21 Jul 2022 11:57:56 +0200 Subject: [PATCH] change(ui) - session list refresh frequency --- frontend/app/components/BugFinder/SessionList/SessionList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/BugFinder/SessionList/SessionList.js b/frontend/app/components/BugFinder/SessionList/SessionList.js index de9a718f1..a2901812b 100644 --- a/frontend/app/components/BugFinder/SessionList/SessionList.js +++ b/frontend/app/components/BugFinder/SessionList/SessionList.js @@ -10,7 +10,7 @@ import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG'; // const ALL = 'all'; const PER_PAGE = 10; -const AUTOREFRESH_INTERVAL = 2 * 60 * 1000; +const AUTOREFRESH_INTERVAL = 5 * 60 * 1000; var timeoutId; @connect(state => ({