This commit is contained in:
aozhiwei 2023-12-26 18:11:25 +08:00
parent 596204edca
commit f6fff0d16c

View File

@ -156,6 +156,8 @@ class MatchController extends BaseAuthedController {
foreach ($delTeams as $id) {
unset($delTeams[$id]);
}
$r->set(MATCH_CURRENT_TEAM_KEY, json_encode($currMatchDb));
$this->refreshKeyExpire($r, MATCH_CURRENT_TEAM_KEY, 1000*600);
}
}
}