Skip to content

Commit

Permalink
Enable gap seek fix by default (#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Dec 17, 2021
1 parent cc514c8 commit d28901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ function Settings() {
jumpLargeGaps: true,
smallGapLimit: 1.5,
threshold: 0.3,
enableSeekFix: false
enableSeekFix: true
},
utcSynchronization: {
enabled: true,
Expand Down

0 comments on commit d28901e

Please sign in to comment.