Skip to content

Commit

Permalink
Decrease timer tolerance to 10%
Browse files Browse the repository at this point in the history
25% was skipping too much.
  • Loading branch information
xzzz9097 committed Oct 24, 2017
1 parent 3a6cf06 commit 587aedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Muse/Sources/Views/WindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ class WindowController: NSWindowController, NSWindowDelegate, SliderDelegate {
// Set timer tolerance
// Improves performance by giving the system more headroom
// for polling frequency.
songTrackingTimer.tolerance = 0.25
songTrackingTimer.tolerance = 0.1
} else {
syncSongProgressSlider()
}
Expand Down

0 comments on commit 587aedc

Please sign in to comment.