Compare commits

3 Commits
dev ... main

Author SHA1 Message Date
7b9d250ca3 update ui-assets.nix
All checks were successful
checks-impure / test (push) Has been skipped
checks / test (push) Has been skipped
assets1 / test (push) Has been skipped
2024-01-30 22:35:07 +00:00
Georg-Stahn
38b46c0ba4 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
2024-01-30 23:30:18 +01:00
Georg-Stahn
6cb1115238 change config update frequency to 2s 2024-01-30 23:30:18 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{ fetchzip }:
fetchzip {
url = "https://gitea.gchq.icu/api/packages/IoSL/generic/IoSL-service-aware-frontend/15svaig548jz1l8qsiqcycmw3hkb4805rb08mwlv2isxxshrj9ij/assets.tar.gz";
sha256 = "15svaig548jz1l8qsiqcycmw3hkb4805rb08mwlv2isxxshrj9ij";
url = "https://gitea.gchq.icu/api/packages/IoSL/generic/IoSL-service-aware-frontend/13qyzj0bsymg7ccsa049g5vp9a9pwgd6dca7nil8cky6xsh9b2k9/assets.tar.gz";
sha256 = "13qyzj0bsymg7ccsa049g5vp9a9pwgd6dca7nil8cky6xsh9b2k9";
}

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