Commit 97cb52e
authored
fix(config): raise charge_low_power_margin max from 30 to 60 minutes (#4347)
find_charge_rate (utils.py) handles a margin exceeding the charge window
safely (falls back to max-rate charging), so there's no correctness reason
for the 30-minute cap - it's been that low since the setting was added.
Became newly enforceable after 013558e started clamping apps.yaml
overrides to their declared min/max, which is what surfaced this as a
regression for anyone who'd previously relied on an unclamped apps.yaml
value above 30. Fixes #4320.1 parent e725f75 commit 97cb52e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
| 878 | + | |
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| |||
0 commit comments