Skip to content

Commit 3c76bfc

Browse files
author
Patrick Housley
committed
revert setting change made for testing
1 parent 549600d commit 3c76bfc

File tree

1 file changed

+1
-1
lines changed
  • src/features/session_trace/aggregate

1 file changed

+1
-1
lines changed

src/features/session_trace/aggregate/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const toAggregate = {
2828
mousing: [1000, 2000],
2929
touching: [1000, 2000]
3030
}
31-
const MAX_TRACE_DURATION = 1 * 60 * 1000 // 10 minutes
31+
const MAX_TRACE_DURATION = 10 * 60 * 1000 // 10 minutes
3232
const REQ_THRESHOLD_TO_SEND = 30
3333
const ERROR_MODE_SECONDS_WINDOW = 30 * 1000 // sliding window of nodes to track when simply monitoring (but not harvesting) in error mode
3434

0 commit comments

Comments
 (0)