change config update frequency to 2s
All checks were successful
checks-impure / test (pull_request) Successful in 27s
checks / test (pull_request) Successful in 3m6s

This commit is contained in:
Georg-Stahn
2024-01-29 21:25:17 +01:00
parent c6e1b8a21d
commit 2eb4d74826

View File

@@ -9,7 +9,7 @@ import BuildIcon from "@mui/icons-material/Build";
export const projectConfig: any = {
BASE_URL: "http://localhost:2979/api/v1",
REFRESH_FREQUENCY: 5000,
REFRESH_FREQUENCY: 2000,
GROUPS: [
{
groupName: "Attachement",