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