refactor: add 7 minutes interval

This commit is contained in:
Mauricio Siu
2024-12-21 13:35:17 -06:00
parent 68c8c70260
commit a0c9df4bd4

View File

@@ -18,7 +18,7 @@ import { Logo } from "../shared/logo";
import { Avatar, AvatarFallback, AvatarImage } from "../ui/avatar";
import { buttonVariants } from "../ui/button";
const AUTO_CHECK_UPDATES_INTERVAL_MINUTES = 5;
const AUTO_CHECK_UPDATES_INTERVAL_MINUTES = 7;
export const Navbar = () => {
const [isUpdateAvailable, setIsUpdateAvailable] = useState<boolean>(false);