Update default settings for getConfigNodesOfflineAgeInSeconds
This commit is contained in:
parent
33c24d9fe6
commit
8bb4d9d9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1521,7 +1521,7 @@
|
|||
|
||||
function getConfigNodesOfflineAgeInSeconds() {
|
||||
const value = localStorage.getItem("config_nodes_offline_age_in_seconds");
|
||||
return value != null ? parseInt(value) : null;
|
||||
return value != null ? parseInt(value) : 10800;
|
||||
}
|
||||
|
||||
function setConfigNodesOfflineAgeInSeconds(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue