林豪 左 hace 3 años
padre
commit
c033f9c6f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      WCS.Core/DataTrans/DataBlock.cs

+ 1 - 1
WCS.Core/DataTrans/DataBlock.cs

@@ -39,7 +39,7 @@ namespace WCS.Core
             {
                 if (Entity.NOUPDATE && Data != null)
                     return;
-                if (failed && (DateTime.Now - AliveTime).TotalMilliseconds < 3000)
+                if (failed && (DateTime.Now - AliveTime).TotalMilliseconds < 6000)
                 {
                     throw new Exception(Entity.NAME + "连接失败");
                 }