Increase Interval between updates.
This commit is contained in:
parent
756998847c
commit
db61837457
@ -22,7 +22,7 @@ export default function App(){
|
||||
|
||||
const interval = setInterval(() => {
|
||||
setLastJobListUpdate(new Date());
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
|
||||
return () => clearInterval(interval);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user