diff --git a/apps/dokploy/components/layouts/navbar.tsx b/apps/dokploy/components/layouts/navbar.tsx index 3d17b3e9..a8eb4574 100644 --- a/apps/dokploy/components/layouts/navbar.tsx +++ b/apps/dokploy/components/layouts/navbar.tsx @@ -18,7 +18,7 @@ import { buttonVariants } from "../ui/button"; import { useEffect, useRef, useState } from "react"; import { UpdateWebServer } from "../dashboard/settings/web-server/update-webserver"; -const AUTO_CHECK_UPDATES_INTERVAL_MINUTES = 15; +const AUTO_CHECK_UPDATES_INTERVAL_MINUTES = 5; export const Navbar = () => { const [isUpdateAvailable, setIsUpdateAvailable] = useState(false);