mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +08:00
Merge pull request #838 from ZmagoD/zd_SCI_1705
increase polling interval [fixes SCI-1705]
This commit is contained in:
commit
a42b663fbf
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…
Add table
Reference in a new issue