mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-15 16:27:54 +02:00
Increase Interval between updates.
This commit is contained in:
@ -22,7 +22,7 @@ export default function App(){
|
||||
|
||||
const interval = setInterval(() => {
|
||||
setLastJobListUpdate(new Date());
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
|
||||
return () => clearInterval(interval);
|
||||
});
|
||||
|
Reference in New Issue
Block a user