mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
timerd/timermanager.cpp: change default record safety to 5min
Origin commit data
------------------
Branch: ni/coolstream
Commit: 77c9f6242c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -625,8 +625,8 @@ void CTimerManager::loadRecordingSafety()
|
||||
{
|
||||
/* set defaults if no configuration file exists */
|
||||
dprintf("%s not found\n", CONFIGFILE);
|
||||
m_extraTimeStart = 0;
|
||||
m_extraTimeEnd = 0;
|
||||
m_extraTimeStart = 300;
|
||||
m_extraTimeEnd = 300;
|
||||
config.saveConfig(CONFIGFILE);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user