generated from Luis/nextjs-python-web-template
change config update frequency to 2s
This commit is contained in:
@@ -9,7 +9,7 @@ import BuildIcon from "@mui/icons-material/Build";
|
|||||||
|
|
||||||
export const projectConfig: any = {
|
export const projectConfig: any = {
|
||||||
BASE_URL: "http://localhost:2979/api/v1",
|
BASE_URL: "http://localhost:2979/api/v1",
|
||||||
REFRESH_FREQUENCY: 5000,
|
REFRESH_FREQUENCY: 2000,
|
||||||
GROUPS: [
|
GROUPS: [
|
||||||
{
|
{
|
||||||
groupName: "Attachement",
|
groupName: "Attachement",
|
||||||
|
|||||||
Reference in New Issue
Block a user