mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Core: Change the sleep time in dont_return.php to a sane value
PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool.
This commit is contained in:
parent
c1e9bb9e61
commit
b5074944b0
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
sleep(100000);
|
sleep(100);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user