Skip to main content
Version: v2023.18.0

Rendition REST client

Configurations

Since version 2023.12.0, it is possible to configure the rendition REST client of the HMI in the configurations/arender-custom-client.properties file.

DescriptionParameter KeyDefault valueType
Configure a limit on the number of bytes that can be buffered (in bytes)arender.server.rendition.rest.max.in.memory.size8000000Integer
The maximum number of connections before starting pending acquisition on existing onesarender.server.rendition.rest.max.connections200Integer
The maximum time after which a pending acquire must complete (in milliseconds)arender.server.rendition.rest.pending.acquire.timeout120000Integer
The maximum number of registered requests for acquire to keep in a pending queue. Set the value "-1" for no limit.arender.server.rendition.rest.pending.acquire.max.count-1Integer
The Duration after which the channel will be closed when idle (in milliseconds). Set the value "-1" for no limit.arender.server.rendition.rest.max.idle.time-1Integer
The Duration after which the channel will be closed (in milliseconds). Set the value "-1" for no limit.arender.server.rendition.rest.max.life.time-1Integer
The maximum time to read a response through the network (in milliseconds)arender.server.rendition.rest.read.timeout120000Integer
The maximum time to write a request through the network (in milliseconds)arender.server.rendition.rest.write.timeout120000Integer