1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Smaller startuo delay

This commit is contained in:
Eldad Fux 2020-07-18 09:16:22 +03:00
parent acb3dcdc66
commit cc1c1d5028

View file

@ -19,7 +19,7 @@ ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
sleep(5);
sleep(2);
$http = new Server("0.0.0.0", 80);