From a7784d7870875ecf902b6cc28f8f7220bf1f0dd5 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 10 Mar 2019 17:20:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EC=97=B0=20threshold=20=EC=A6=9D?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index c1042744..6d8aad66 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1442,10 +1442,10 @@ function checkDelay() { $threshold = 1; } else if($term >= 10){ - $threshold = 2; + $threshold = 3; } else{ - $threshold = 3; + $threshold = 6; } //지연 해야할 밀린 턴 횟수 $iter = intdiv($timeMinDiff, $term);