dev #2
+1
-1
@@ -117,7 +117,7 @@ export default function App() {
|
||||
};
|
||||
|
||||
load(true);
|
||||
const interval = setInterval(() => load(false), 30_000);
|
||||
const interval = setInterval(() => load(false), 120_000);
|
||||
|
||||
return () => { cancelled = true; clearInterval(interval); };
|
||||
}, [periodDays, endpointVersion]);
|
||||
|
||||
@@ -17,7 +17,7 @@ export interface ServicesStatus {
|
||||
|
||||
const TIMEOUT_MS = 8_000;
|
||||
const SLOW_THRESHOLD_MS = 2_000;
|
||||
const POLL_INTERVAL_MS = 30_000;
|
||||
const POLL_INTERVAL_MS = 60_000;
|
||||
|
||||
async function pingSubsquid(url: string): Promise<number> {
|
||||
const controller = new AbortController();
|
||||
|
||||
Reference in New Issue
Block a user