Browse Source

视频特征 有回流的曝光的 rov和rovn特征

zhangbo 9 months ago
parent
commit
560ce66617
1 changed files with 1 additions and 1 deletions
  1. 1 1
      write_redis/alg_recsys_feature_02_vidhasreturnrov_redis.py

+ 1 - 1
write_redis/alg_recsys_feature_02_vidhasreturnrov_redis.py

@@ -28,7 +28,7 @@ log_ = Log()
 redis_helper = RedisHelper()
 
 REDIS_PREFIX = "redis:vid_hasreturn_rov:"
-EXPIRE_TIME = 6 * 3600
+EXPIRE_TIME = 24 * 3600
 
 def worker(queue, executor):
     while True: