CC-5665: Timeout can occur when scheduling large playlists into linked shows

Added a temporary fix by extending the php time limit
This commit is contained in:
drigato 2014-01-09 11:57:32 -05:00
parent 2cdad4932a
commit a648f7fa2d
1 changed files with 3 additions and 0 deletions
airtime_mvc/application/models

View File

@ -515,6 +515,9 @@ class Application_Model_Scheduler
private function insertAfter($scheduleItems, $mediaItems, $filesToInsert=null, $adjustSched=true, $moveAction=false)
{
try {
// temporary fix for CC-5665
set_time_limit(180);
$affectedShowInstances = array();
//dont want to recalculate times for moved items