forked from leftypol/leftypol
custom timeouet for curl'ing upload urls
This commit is contained in:
parent
c8fcba9439
commit
e45ffb8592
2 changed files with 3 additions and 1 deletions
2
post.php
2
post.php
|
@ -291,7 +291,7 @@ if (isset($_POST['delete'])) {
|
|||
curl_setopt($curl, CURLOPT_FAILONERROR, true);
|
||||
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, false);
|
||||
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 5);
|
||||
curl_setopt($curl, CURLOPT_TIMEOUT, 15);
|
||||
curl_setopt($curl, CURLOPT_TIMEOUT, $config['upload_by_url_timeout']);
|
||||
curl_setopt($curl, CURLOPT_USERAGENT, 'Tinyboard');
|
||||
curl_setopt($curl, CURLOPT_BINARYTRANSFER, true);
|
||||
curl_setopt($curl, CURLOPT_FILE, $fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue