Opened 15 years ago
Closed 14 years ago
#9439 closed Patch - Feature (fixed)
Maximum allowed idleWaitForRecordingTime is too short
Reported by: | Owned by: | cpinkham | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - Mythtv-setup | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
The setting called "idleWaitForRecordingTime" can be set up to a maximum value of only 120 (minutes). This sets the maximum time that mythbackend will wait between programs without shutting down and restarting (if mythshutdown enabled). Increasing this setting will decrease the number of wakeups at the expense of more time active but idle. Since restarting (likely to involve a boot or wake from hibernation) is a likely time for an error (hardware or software) to occur the ability to reduce the number of such events is desirable.
This one-line patch increases the maximum allowed value from 120 minutes to 300 minutes.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | backendsettings.cpp.diff added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Version: | 0.24-fixes → Trunk Head |
I don't really know what a good range for this is, Chris?
comment:2 by , 14 years ago
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Bump the max allowed value for idleWaitForRecordingTime to 300 seconds
Closes #9439
Branch: master Changeset: c396c2f1bfe7e583718f7b9dfeb88cf1159f58fe
Patch to improve this feature