mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Notification frequency (#662)
* Adjust notification check frequency - 60s vs 5s * Bump release notes
This commit is contained in:
parent
a18c5d8354
commit
e9db6532e4
2 changed files with 2 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ class InvenTreeAPI {
|
|||
if (_notification_timer == null) {
|
||||
debug("starting notification timer");
|
||||
_notification_timer = Timer.periodic(
|
||||
Duration(seconds: 5),
|
||||
Duration(seconds: 60),
|
||||
(timer) {
|
||||
_refreshNotifications();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue