Skip to content

Commit

Permalink
Manager: if you enable the "suspend if no recent input" field, the in…
Browse files Browse the repository at this point in the history
…itial value is 60
  • Loading branch information
davidpanderson committed May 23, 2023
1 parent 22d3e33 commit 7f4f598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ void GLOBAL_PREFS::defaults() {
//
void GLOBAL_PREFS::enabled_defaults() {
defaults();
suspend_if_no_recent_input = 60;
disk_max_used_gb = 100;
disk_min_free_gb = 1.0;
daily_xfer_limit_mb = 10000;
Expand Down

0 comments on commit 7f4f598

Please sign in to comment.