Parcourir la source

update apptype-21 ad threshold: mean/12*7 -> mean/6*5

liqian il y a 2 ans
Parent
commit
ea761976c4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -626,8 +626,8 @@ class BaseConfig(object):
             'mean_group': 25 / 48,
         },
         APP_TYPE['PIAO_QUAN_VIDEO_PLUS']: {
-            'group': 7 / 12,
-            'mean_group': 7 / 12,
+            'group': 5 / 6,
+            'mean_group': 5 / 6,
         },
     }