Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import kotlin.math.roundToInt

private const val TAG = "DimmingDaemon"
private const val SETTING_KEY = "display_single_pulse_eyeprotection_switch"
private const val REFRESH_LIMIT_HZ = 120.5f
private const val REFRESH_LIMIT_HZ = 125.5f
private const val EVENT_CONFIRM_DELAY_MS = 1000L
private const val REFRESH_RATE_CHANGE_EPSILON_HZ = 0.01f

Expand Down