ソースを参照

Merge branch 'abtest-112-20220816' into test

liqian 2 年 前
コミット
863c7855fd
1 ファイル変更2 行追加0 行削除
  1. 2 0
      video_recall.py

+ 2 - 0
video_recall.py

@@ -1810,6 +1810,8 @@ class PoolRecall(object):
             filtered_result = ge.get()
 
             # debug
+            if freq == 1 and key_flag == '24h_dup3':
+                filtered_result = filtered_result[:3]
             if freq == 2:
                 filtered_result = []
             # ###