2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-27 11:06:44 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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