버그 수정. 시간 변경

This commit is contained in:
2020-12-31 16:21:57 +09:00
parent 3632d2c3ef
commit d100030da6
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ abstract class AbsFromUserPool extends AbsGeneralPool{
$gameStor = KVStorage::getStorage($db, 'game_env');
$result = [];
$validUntil = TimeUtil::nowAddMinutes(24 * $gameStor->turnterm);
$validUntil = TimeUtil::nowAddMinutes(2 * $gameStor->turnterm);
while(count($result) < $pickCnt){
$cand = Util::choiceRandomUsingWeightPair($pool);
$poolID = $cand['id'];