|  | @@ -68,7 +68,7 @@ def update_limit_video_score(initial_videos, key_name):
 | 
											
												
													
														|  |      # 更新限流视频的score
 |  |      # 更新限流视频的score
 | 
											
												
													
														|  |      if len(limit_video_final_score) == 0:
 |  |      if len(limit_video_final_score) == 0:
 | 
											
												
													
														|  |          return
 |  |          return
 | 
											
												
													
														|  | -    redis_helper.add_data_with_zset(key_name=key_name, data=limit_video_final_score)
 |  | 
 | 
											
												
													
														|  | 
 |  | +    redis_helper.add_data_with_zset(key_name=key_name, data=limit_video_final_score, expire_time=23 * 3600)
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  def check_videos_distribute():
 |  |  def check_videos_distribute():
 |