We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549600d commit 3c76bfcCopy full SHA for 3c76bfc
src/features/session_trace/aggregate/index.js
@@ -28,7 +28,7 @@ const toAggregate = {
28
mousing: [1000, 2000],
29
touching: [1000, 2000]
30
}
31
-const MAX_TRACE_DURATION = 1 * 60 * 1000 // 10 minutes
+const MAX_TRACE_DURATION = 10 * 60 * 1000 // 10 minutes
32
const REQ_THRESHOLD_TO_SEND = 30
33
const ERROR_MODE_SECONDS_WINDOW = 30 * 1000 // sliding window of nodes to track when simply monitoring (but not harvesting) in error mode
34
0 commit comments