Project cleanup: removed rails files

This commit is contained in:
magnolia-fan
2011-04-03 05:02:15 +04:00
parent 56fa00b6ef
commit 95281db2d7
54 changed files with 1 additions and 6379 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class RemoteFile {
do
{
curl_multi_exec($mh, $running);
usleep (250000);
usleep (500000);
} while ($running > 0);
foreach($handlers as $i => $ch) {
$content = curl_multi_getcontent($handlers[$i]);