지연 threshold 증가
This commit is contained in:
+2
-2
@@ -1442,10 +1442,10 @@ function checkDelay() {
|
|||||||
$threshold = 1;
|
$threshold = 1;
|
||||||
}
|
}
|
||||||
else if($term >= 10){
|
else if($term >= 10){
|
||||||
$threshold = 2;
|
$threshold = 3;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$threshold = 3;
|
$threshold = 6;
|
||||||
}
|
}
|
||||||
//지연 해야할 밀린 턴 횟수
|
//지연 해야할 밀린 턴 횟수
|
||||||
$iter = intdiv($timeMinDiff, $term);
|
$iter = intdiv($timeMinDiff, $term);
|
||||||
|
|||||||
Reference in New Issue
Block a user