数据通道批量读取性能
This commit is contained in:
parent
bbcaee02c9
commit
edcf86edea
@ -96,5 +96,11 @@
|
|||||||
"OneNETSecureReceiveOptions": {
|
"OneNETSecureReceiveOptions": {
|
||||||
"OneNETVerifySignatureToken": "SIcPQnpMgaFDmNlIjNmzq5smshz7cKrh",
|
"OneNETVerifySignatureToken": "SIcPQnpMgaFDmNlIjNmzq5smshz7cKrh",
|
||||||
"OneNETAesKey": "RPTEIGCA1KvDEXS1"
|
"OneNETAesKey": "RPTEIGCA1KvDEXS1"
|
||||||
|
},
|
||||||
|
"DataChannelOptions": {
|
||||||
|
"DefaultBatchSize": 10000,
|
||||||
|
"TelemetryBatchSize": 10000,
|
||||||
|
"EmptyWaitmilliseconds": 500,
|
||||||
|
"TimeoutMilliseconds": 500
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -109,12 +109,9 @@
|
|||||||
"OneNETAesKey": "RPTEIGCA1KvDEXS1"
|
"OneNETAesKey": "RPTEIGCA1KvDEXS1"
|
||||||
},
|
},
|
||||||
"DataChannelOptions": {
|
"DataChannelOptions": {
|
||||||
"DefaultBatchSize": 20000,
|
"DefaultBatchSize": 10000,
|
||||||
"TelemetryBatchSize": 50000,
|
"TelemetryBatchSize": 10000,
|
||||||
"MemoryThresholdBytes": 104857600,
|
"EmptyWaitmilliseconds": 500,
|
||||||
"MinBatchSize": 1000,
|
"TimeoutMilliseconds": 500
|
||||||
"MaxBatchSize": 100000,
|
|
||||||
"EnableDynamicBatchSize": true,
|
|
||||||
"MemoryMetricsLogIntervalMinutes": 5
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user