Merge pull request 'change config update frequency to 2s' (#78) from presentation into main
Some checks failed
checks-impure / test (push) Successful in 28s
checks / test (push) Successful in 3m39s
assets1 / test (push) Has been cancelled

Reviewed-on: #78
This commit was merged in pull request #78.
This commit is contained in:
Georg-Stahn
2024-01-30 23:30:18 +01:00

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",