diff --git a/update_data/update_user.py b/update_data/update_user.py index c2c17a4..588e9a2 100644 --- a/update_data/update_user.py +++ b/update_data/update_user.py @@ -28,7 +28,7 @@ class LoadUserData(LoadData): self.last_act_time = await self.get_kv(self.gm_key) where = { - 'logintime': {'$gte': self.last_act_time-600, '$lt': self.act_time} + 'logintime': {'$gte': self.last_act_time-300, '$lt': self.act_time} } projection = { '_id': False,