Tamer Aljabali
New Member
hi there
i'm making something to check emails over API checker while importing .
i use CURL_MULTI function to preform Multi-Threaded checking .
by injecting the checking code in the file : /apps/customer/contollers/List_importController.php
now when the ImportAtOnce Value less than 10 .. every thing work good
but once i make it more than 10
the JSON page render not wait for the curl process to finish
and give me messege "internal server error" after 30 sec
i wonder if i can make the time out value more than 30 second
and from where ?
thank you
i'm making something to check emails over API checker while importing .
i use CURL_MULTI function to preform Multi-Threaded checking .
by injecting the checking code in the file : /apps/customer/contollers/List_importController.php
now when the ImportAtOnce Value less than 10 .. every thing work good
but once i make it more than 10
the JSON page render not wait for the curl process to finish
and give me messege "internal server error" after 30 sec
i wonder if i can make the time out value more than 30 second
and from where ?
thank you