|
@@ -440,7 +440,7 @@ def video_old_recommend(request_id, mid, uid, size, top_K, flow_pool_P, app_type
|
|
|
exp_config = pool_recall.get_flow_exp_8_config()
|
|
|
elif ab_code == 60057:
|
|
|
exp_config = pool_recall.get_flow_exp_6_config()
|
|
|
- print("exp_config:", exp_config)
|
|
|
+ #print("exp_config:", exp_config)
|
|
|
|
|
|
if app_type in [config_.APP_TYPE['LAO_HAO_KAN_VIDEO'], config_.APP_TYPE['ZUI_JING_QI']]:
|
|
|
t = [gevent.spawn(pool_recall.rov_pool_recall_with_region, size, expire_time, ab_code, exp_config)]
|