mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
Reduce notification check frequency (#9542)
This commit is contained in:
parent
64f72381a1
commit
13412adeb3
@ -90,7 +90,7 @@ export function Header() {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
refetchInterval: 30000,
|
refetchInterval: 5 * 60 * 1000,
|
||||||
refetchOnMount: true
|
refetchOnMount: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user