Just Fixes

This commit is contained in:
RohitHuge 2026-06-03 19:51:08 +05:30
parent acc2ef9e96
commit 348bc2d1d3
8 changed files with 514 additions and 14 deletions

View file

@ -6,7 +6,7 @@ import { getServerBackendUrl } from "@/lib/apiClient";
// Import version from package.json at build time
import packageJson from "../../../../../package.json";
const HEALTHCHECK_TIMEOUT_MS = 3000;
const HEALTHCHECK_TIMEOUT_MS = 10000;
function trimTrailingSlash(url: string) {
return url.endsWith("/") ? url.slice(0, -1) : url;