Skip to content

Commit 5fe60d0

Browse files
committed
Disable web socket tracking by default
1 parent 52032d0 commit 5fe60d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pace.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defaultOptions =
6565
trackMethods: ['GET']
6666

6767
# Should we track web socket connections?
68-
trackWebSockets: true
68+
trackWebSockets: false
6969

7070
now = ->
7171
performance?.now?() ? +new Date

0 commit comments

Comments
 (0)