Update browser window calls.

This commit is contained in:
Patrick Fic
2025-10-20 14:52:37 -07:00
parent 19bd41375e
commit 6d830ae98b
6 changed files with 22 additions and 14 deletions

View File

@@ -297,7 +297,7 @@ function ongoingMemoryDump() {
log.warn("Unexpected error while writing memory stats log", err);
}
},
5000, // 60 * 60 * 1000,
60 * 60 * 1000,
); // every 60 minutes
}