We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7785b3 commit f7d1e22Copy full SHA for f7d1e22
1 file changed
lib/config.js
@@ -2,7 +2,7 @@ var path = require('path');
2
3
var config = {};
4
5
-config.collectInterval = 10 * 1000;
+config.collectInterval = 120 * 1000;
6
config.sampleSize = 60;
7
8
config.collectorApi = 'http://trace-collector-api.risingstack.com';
0 commit comments