mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +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.
(cherry-picked from b5074944b0
)
This commit is contained in:
parent
be565d1cdb
commit
7f5a0df20c
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
sleep(100000);
|
sleep(100);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user