数据通道批量读取性能

This commit is contained in:
ChenYi 2025-11-07 08:59:32 +08:00
parent bbcaee02c9
commit edcf86edea
2 changed files with 10 additions and 7 deletions

View File

@ -96,5 +96,11 @@
"OneNETSecureReceiveOptions": {
"OneNETVerifySignatureToken": "SIcPQnpMgaFDmNlIjNmzq5smshz7cKrh",
"OneNETAesKey": "RPTEIGCA1KvDEXS1"
},
"DataChannelOptions": {
"DefaultBatchSize": 10000,
"TelemetryBatchSize": 10000,
"EmptyWaitmilliseconds": 500,
"TimeoutMilliseconds": 500
}
}

View File

@ -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
}
}