Browse Source

update P 0.5->0.3

liqian 3 years ago
parent
commit
86283ffcb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -9,7 +9,7 @@ class BaseConfig(object):
     # 前k个从ROV召回池中获取视频
     K = 3
     # 从流量池获取视频的概率设置
-    P = 0.5
+    P = 0.3
     # ROV召回池redis key前缀,完整格式:com.weiqu.video.recall.hot.item.score.{date}
     RECALL_KEY_NAME_PREFIX = 'com.weiqu.video.recall.hot.item.score.'
     # 流量池redis key前缀,完整格式 com.weiqu.video.flowpool.hot.item.score.{appType}