mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-21 11:08:13 +08:00
refactor: modbus插件删除并发数量
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<!--<UseWindowsThreadPool>false</UseWindowsThreadPool> -->
|
||||
|
||||
<!--使用工作站GC-->
|
||||
<!--<ServerGarbageCollection>false</ServerGarbageCollection>-->
|
||||
<ServerGarbageCollection>false</ServerGarbageCollection>
|
||||
|
||||
<!--<PlatformTarget>x86</PlatformTarget>-->
|
||||
</PropertyGroup>
|
||||
|
@@ -85,4 +85,6 @@ public class ModbusMasterProperty : CollectPropertyBase
|
||||
|
||||
[DynamicProperty]
|
||||
public bool IsStringReverseByteWord { get; set; }
|
||||
|
||||
public override int ConcurrentCount { get; set; } = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user