From 8ce33b10a37072d78d92830660d1bf409fdfc37f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 6 Oct 2019 19:06:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EB=B2=84=EA=B9=85=EC=9A=A9=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index a54aeee9..a3d9d3e3 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1148,7 +1148,7 @@ function checkDelay() { $threshold = 3; } else{ - $threshold = 6; + $threshold = 20;//TODO:디버깅용. 꼭 고칠것. 원래 값은 6이었음. } //지연 해야할 밀린 턴 횟수 $iter = intdiv($timeMinDiff, $term);