디버깅용 변경

This commit is contained in:
2019-10-06 19:06:49 +09:00
parent e77d40c4c2
commit 8ce33b10a3
+1 -1
View File
@@ -1148,7 +1148,7 @@ function checkDelay() {
$threshold = 3; $threshold = 3;
} }
else{ else{
$threshold = 6; $threshold = 20;//TODO:디버깅용. 꼭 고칠것. 원래 값은 6이었음.
} }
//지연 해야할 밀린 턴 횟수 //지연 해야할 밀린 턴 횟수
$iter = intdiv($timeMinDiff, $term); $iter = intdiv($timeMinDiff, $term);