Skip to content

Commit 7a41ef0

Browse files
flush more often
1 parent 9a7ad91 commit 7a41ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Sentry = require('@sentry/node');
44
let config = require("./config");
55

66
const metrics = new Metrics(config.metrics);
7-
const flusher = new IntervalFlusher(metrics, 10000);
7+
const flusher = new IntervalFlusher(metrics, 1000);
88
metrics.setFlusher(flusher);
99

1010

0 commit comments

Comments
 (0)