2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Reduce notification check frequency (#9542)

This commit is contained in:
Oliver
2025-04-20 11:42:30 +10:00
committed by GitHub
parent 64f72381a1
commit 13412adeb3

View File

@ -90,7 +90,7 @@ export function Header() {
return null;
}
},
refetchInterval: 30000,
refetchInterval: 5 * 60 * 1000,
refetchOnMount: true
});