1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Removed sleep

This commit is contained in:
Eldad Fux 2020-11-12 00:02:14 +02:00
parent 90fa894a7e
commit 89212814d8

View file

@ -19,8 +19,6 @@ ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
sleep(2);
$http = new Server("0.0.0.0", 80);
$payloadSize = max(4000000 /* 4mb */, App::getEnv('_APP_STORAGE_LIMIT', 10000000 /* 10mb */));