change(ui): assist list refresh interval to two minutes
This commit is contained in:
parent
52d1d1baeb
commit
2202b0f2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue