refactor: modbus插件删除并发数量

This commit is contained in:
Diego
2024-06-24 17:59:08 +08:00
parent 519fc128f6
commit 4905eea503
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
<!--<UseWindowsThreadPool>false</UseWindowsThreadPool> -->
<!--使用工作站GC-->
<!--<ServerGarbageCollection>false</ServerGarbageCollection>-->
<ServerGarbageCollection>false</ServerGarbageCollection>
<!--<PlatformTarget>x86</PlatformTarget>-->
</PropertyGroup>

View File

@@ -85,4 +85,6 @@ public class ModbusMasterProperty : CollectPropertyBase
[DynamicProperty]
public bool IsStringReverseByteWord { get; set; }
public override int ConcurrentCount { get; set; } = 1;
}