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:
@ -90,7 +90,7 @@ export function Header() {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
refetchInterval: 30000,
|
||||
refetchInterval: 5 * 60 * 1000,
|
||||
refetchOnMount: true
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user