change(ui): assist list refresh interval to two minutes

This commit is contained in:
Shekar Siri 2023-11-02 10:32:07 +01:00
parent 52d1d1baeb
commit 2202b0f2b4

View file

@ -16,7 +16,7 @@ import cn from 'classnames';
import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG';
import { numberWithCommas } from 'App/utils';
const AUTOREFRESH_INTERVAL = 0.5 * 60 * 1000;
const AUTOREFRESH_INTERVAL = 2 * 60 * 1000;
const PER_PAGE = 10;
interface Props {