mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-03 17:13:58 +08:00
11 lines
328 B
JSON
11 lines
328 B
JSON
{
|
|
"ChannelThread": {
|
|
"MinCycleInterval": 10, //最小循环间隔
|
|
"MaxCycleInterval": 200, //最大循环间隔
|
|
"CheckInterval": 1800000, //检查间隔
|
|
"MaxChannelCount": 1000, //最大通道数量
|
|
"MaxDeviceCount": 1000, //最大设备数量
|
|
"MaxVariableCount": 1000000 //最大变量数量
|
|
}
|
|
}
|