Enabling kernel response buffering for DataMiner APIGateway
From DataMiner 10.3.0 [CU14]/10.4.0 [CU2]/10.4.5 onwards, it is possible to enable kernel response buffering for the DataMiner APIGateway DxM. This can be useful to improve throughput and responsiveness over high-latency connections.
To do so:
On each server where you want to enable this feature, go to the folder
C:\Program Files\Skyline Communications\DataMiner APIGateway
.In this folder, create or adjust the override appsettings.custom.json with the following contents:
{
"HostingOptions": {
"EnableKernelResponseBuffering": true
}
}
- Restart DataMiner APIGateway on each server for the changes to take effect.