Browse Source

Merge branch 'ad-threshold-update-20221109' into test

liqian 2 years ago
parent
commit
a34bb189ed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -637,8 +637,8 @@ class BaseConfig(object):
             'mean_group': 5 / 6,
         },  # 票圈视频+
         APP_TYPE['LOVE_LIVE']: {
-            'group': 25 / 48,
-            'mean_group': 25 / 48,
+            'group': 1 / 2,
+            'mean_group': 1 / 2,
         },  # 票圈视频
         APP_TYPE['SHORT_VIDEO']: {
             'group': 25 / 48,