Browse Source

update ad abtest config threshold_update 173-ab0/ab1/ab2: 1/96 -> 1/120

liqian 1 year ago
parent
commit
3e30316b7a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config.py

+ 3 - 3
config.py

@@ -1340,9 +1340,9 @@ class BaseConfig(object):
             'max_update_step': 5,  # 最大调整步数
             # 调整步长
             'threshold_update': {
-                'ab0': 1 / 96,
-                'ab1': 1 / 96,
-                'ab2': 1 / 96,
+                'ab0': 1 / 120,
+                'ab1': 1 / 120,
+                'ab2': 1 / 120,
                 'ab3': 1 / 48,
                 'ab4': 1 / 48,
                 'ab5': 1 / 48,