Skip to content

Commit d8e45ca

Browse files
committed
Disable console output
1 parent 103d638 commit d8e45ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domain/resmon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
start() {
1111
const { interval } = application.resmon.config;
12-
setInterval(() => {
12+
setTimeout(() => {
1313
const stats = application.resmon.getStatistics();
1414
const { heapTotal, heapUsed, external, contexts, detached } = stats;
1515
const total = application.utils.bytesToSize(heapTotal);

0 commit comments

Comments
 (0)