Browse Source

update appType=4 threshold_update

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

+ 6 - 6
config.py

@@ -1077,14 +1077,14 @@ class BaseConfig(object):
             'max_update_step': 3,
             'threshold_update': {
                 'ab0': 1 / 48,
-                'ab1': 1 / 72,
-                'ab2': 1 / 72,
+                'ab1': 1 / 48,
+                'ab2': 1 / 48,
                 'ab3': 1 / 48,
                 'ab4': 1 / 48,
-                'ab5': 1 / 72,
-                'ab6': 1 / 72,
-                'ab7': 1 / 2880,
-                'ab8': 1 / 72,
+                'ab5': 1 / 48,
+                'ab6': 1 / 48,
+                'ab7': 1 / 48,
+                'ab8': 1 / 48,
                 'ab9': 1 / 48,
             },
         },