From 18e89df9a590b92f76db28ec6a752cefcaa1375e Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 21 Dec 2024 12:45:14 -0600 Subject: [PATCH] Update apps/dokploy/components/layouts/navbar.tsx --- apps/dokploy/components/layouts/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);