change config update frequency to 2s #78

Merged
Ghost merged 1 commits from presentation into main 2024-01-30 22:30:18 +00:00
Showing only changes of commit 2eb4d74826 - Show all commits

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