Skip to content

Commit f7d1e22

Browse files
committed
fix(config): send sample every 120 secs
1 parent e7785b3 commit f7d1e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var path = require('path');
22

33
var config = {};
44

5-
config.collectInterval = 10 * 1000;
5+
config.collectInterval = 120 * 1000;
66
config.sampleSize = 60;
77

88
config.collectorApi = 'http://trace-collector-api.risingstack.com';

0 commit comments

Comments
 (0)