mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
increase polling interval [fixes SCI-1705]
This commit is contained in:
parent
6702265b1e
commit
063ac4ea0b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class NotificationsDropdown extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
const minutes = 60 * 1000;
|
const minutes = 120 * 1000;
|
||||||
setInterval(this.loadStatus, minutes);
|
setInterval(this.loadStatus, minutes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue