Minor refactor.

This commit is contained in:
Patrick FIc
2025-10-20 21:29:48 -07:00
parent 7742d6f89f
commit 6674f33be9
4 changed files with 33 additions and 26 deletions

View File

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