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:
parent
2cdad4932a
commit
a648f7fa2d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user