mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-24 00:59:25 +01:00
Update content of files
This commit is contained in:
parent
3085167de3
commit
43e529b71c
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ function exec_curl_request($handle) {
|
||||||
curl_close($handle);
|
curl_close($handle);
|
||||||
|
|
||||||
if ($http_code >= 500) {
|
if ($http_code >= 500) {
|
||||||
// do not wat to DDOS server if something goes wrong
|
// do not want to DDOS server if something goes wrong
|
||||||
sleep(10);
|
sleep(10);
|
||||||
return false;
|
return false;
|
||||||
} else if ($http_code != 200) {
|
} else if ($http_code != 200) {
|
||||||
|
|
|
@ -92,7 +92,7 @@ function exec_curl_request($handle) {
|
||||||
curl_close($handle);
|
curl_close($handle);
|
||||||
|
|
||||||
if ($http_code >= 500) {
|
if ($http_code >= 500) {
|
||||||
// do not wat to DDOS server if something goes wrong
|
// do not want to DDOS server if something goes wrong
|
||||||
sleep(10);
|
sleep(10);
|
||||||
return false;
|
return false;
|
||||||
} else if ($http_code != 200) {
|
} else if ($http_code != 200) {
|
||||||
|
|
|
@ -92,7 +92,7 @@ function exec_curl_request($handle) {
|
||||||
curl_close($handle);
|
curl_close($handle);
|
||||||
|
|
||||||
if ($http_code >= 500) {
|
if ($http_code >= 500) {
|
||||||
// do not wat to DDOS server if something goes wrong
|
// do not want to DDOS server if something goes wrong
|
||||||
sleep(10);
|
sleep(10);
|
||||||
return false;
|
return false;
|
||||||
} else if ($http_code != 200) {
|
} else if ($http_code != 200) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue