|
@@ -253,8 +253,8 @@ class DevicePushService:
|
|
|
equipment_info_model = EQUIPMENT_INFO_DICT[equipment_info_key]
|
|
|
|
|
|
# 一键通话和视频通话需要实时写入数据
|
|
|
- # 美洲和欧洲服通过定时任务写入数据
|
|
|
- if params['event_type'] in [606, 607] or CONFIG_INFO == CONFIG_TEST or CONFIG_INFO == CONFIG_CN:
|
|
|
+ # 正式服通过定时任务批量写入数据
|
|
|
+ if params['event_type'] in [606, 607] or CONFIG_INFO == CONFIG_TEST:
|
|
|
end = 0
|
|
|
# 缓存数据多于100条,批量保存前100条,否则保存全部
|
|
|
equipment_info_len = redis_obj.llen(equipment_info_key)
|