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