Skip to content

Commit

Permalink
Fix battery drain issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Dec 19, 2023
1 parent 7a1bdcf commit d6d8264
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/OCBundle/atmosphere/config/system_settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@ autonomic_correction_immediate_try_count_max = u32!0x0
autonomic_correction_immediate_try_interval_milliseconds = u32!0x7FFFFFFF

[systemupdate]
bgnup_retry_seconds = u32!0xFFFFFFFF
bgnup_retry_seconds = u32!0x7FFFFFFF

[ns.rights]
skip_account_validation_on_rights_check = u8!0x1
next_available_time_of_unexpected_error = u32!0xFFFFFFFF
next_available_time_of_unexpected_error = u32!0x7FFFFFFF

[pctl]
intermittent_task_interval_seconds = u32!0xFFFFFFFF
intermittent_task_interval_seconds = u32!0x7FFFFFFF

[sprofile]
adjust_polling_interval_by_profile = u8!0x0
polling_interval_sec_max = u32!0xFFFFFFFF
polling_interval_sec_min = u32!0xFFFFFFFF
polling_interval_sec_max = u32!0x7FFFFFFF
polling_interval_sec_min = u32!0x7FFFFFFF

0 comments on commit d6d8264

Please sign in to comment.