Browse Source

delete errorlimit

Zhang Li 2 years ago
parent
commit
dfbbf20bcf
1 changed files with 4 additions and 3 deletions
  1. 4 3
      app/core/datax/engine.py

+ 4 - 3
app/core/datax/engine.py

@@ -57,8 +57,9 @@ class DataXEngine:
         return {
             "speed": {
                 "channel": "5"
-            },
-            "errorLimit": {
-                "record": 0
             }
+            # },
+            # "errorLimit": {
+            #     "record": 0
+            # }
         }