지연 threshold 증가

This commit is contained in:
2019-03-10 17:20:44 +09:00
parent 306ca3e04f
commit a7784d7870
+2 -2
View File
@@ -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);