We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9954c commit 576a1a2Copy full SHA for 576a1a2
1 file changed
plugins/tracklabels/action.php
@@ -84,6 +84,8 @@ function image_name($prefix, $req_field)
84
85
$url = Snoopy::linkencode("http://".$tracker."/favicon.ico");
86
$client = new Snoopy();
87
+ $client->read_timeout = 5;
88
+ $client->_fp_timeout = 5;
89
@$client->fetchComplex($url);
90
if ($client->status == 200)
91
file_put_contents($ico_name, $client->results);
0 commit comments