mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-18 22:29:51 +00:00
increase refresh rate
This commit is contained in:
@@ -102,7 +102,7 @@ export default function SitesTable({
|
||||
useEffect(() => {
|
||||
const interval = setInterval(() => {
|
||||
router.refresh();
|
||||
}, 10_000);
|
||||
}, 30_000);
|
||||
return () => clearInterval(interval);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user