change(ui) - session list refresh frequency
This commit is contained in:
parent
8897207baa
commit
de1aa45728
1 changed files with 1 additions and 1 deletions
|
|
@ -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 => ({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue