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:
[CST] Focus
2013-05-15 16:02:25 +04:00
parent b9d6977530
commit 0672bfd04b

View File

@@ -625,8 +625,8 @@ void CTimerManager::loadRecordingSafety()
{ {
/* set defaults if no configuration file exists */ /* set defaults if no configuration file exists */
dprintf("%s not found\n", CONFIGFILE); dprintf("%s not found\n", CONFIGFILE);
m_extraTimeStart = 0; m_extraTimeStart = 300;
m_extraTimeEnd = 0; m_extraTimeEnd = 300;
config.saveConfig(CONFIGFILE); config.saveConfig(CONFIGFILE);
} }
else else