fix: 접속자, 접속량 계산에 문제가 있던 부분 수정

This commit is contained in:
2023-02-23 00:25:44 +09:00
parent c060e05553
commit 4db1a4b32e
2 changed files with 25 additions and 50 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ include "func.php";
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
increaseRefresh("갱신정보", 2);
increaseRefresh("갱신정보", 1);
$admin = $gameStor->getValues(['year', 'month', 'refresh', 'maxrefresh', 'maxonline']);