-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Description
$get_url = "neo4j_sync/actions.php/coursecluster_includes_course/";
$res = $this->curl->simple_get($get_url, false, array(
CURLOPT_USERAGENT => true,
CURLOPT_TIMEOUT => 0,
CURLOPT_RETURNTRANSFER => true
));
if u see above curl call CURLOPT_TIMEOUT is set to 0 , but im still getting time execution exceeds 300 seceonds error
and even i added " ini_set('max_execution_time', 0); " on top of the code but still facing same issue .. i'm not able to resolve this problem ... please help me out
Metadata
Metadata
Assignees
Labels
No labels