diff --git a/php/bin/parser/handler.php b/php/bin/parser/handler.php index 02913c7..bdbe2b3 100755 --- a/php/bin/parser/handler.php +++ b/php/bin/parser/handler.php @@ -39,6 +39,7 @@ switch ($argv[1]) { if ($bot_name != 'All') { die; } + sleep(1); } } echo "All bots are working.\n"; @@ -86,4 +87,4 @@ function custom_shuffle($my_array = array()) { unset($my_array[$element]); } return $copy; -} \ No newline at end of file +}