refresh changed from 3 to 5 seconds

This commit is contained in:
proddy
2026-03-29 15:40:19 +02:00
parent c0bea66d27
commit 70c60647c7

View File

@@ -1,6 +1,6 @@
import { useEffect, useRef } from 'react';
const DEFAULT_DELAY = 3000;
const DEFAULT_DELAY = 5000;
/**
* Custom hook for setting up an interval with proper cleanup