Commit 2182a208f9c3ed9f78d2d3e1d3d6e8505965b982

Authored by Arsisakarn Srilatanart
1 parent 0a4997df
Exists in master

comment usleep ออก เพราะจริงๆ ไม่ต้องใช้

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -35,7 +35,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') { @@ -35,7 +35,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') {
35 @set_time_limit(5 * 60); 35 @set_time_limit(5 * 60);
36 36
37 // Uncomment this one to fake upload time 37 // Uncomment this one to fake upload time
38 - usleep(5000); 38 +//usleep(5000);
39 39
40 // Settings 40 // Settings
41 //$targetDir = ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload"; 41 //$targetDir = ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload";