SAP IDoc Connector Guide > SAP IDoc connections > Writer properties
  

Writer properties

The following table describes the writer properties for a server connection:
Property
Description
Destination Pool Capacity
Defines the maximum number of idle connections that can be kept in the destination pool for write operations. Increase this value for better performance under high concurrency. Default is 10.
Destination Peak Limit
Defines the maximum number of simultaneously active connections to the SAP destination. Active connections include both idle and in-use connections. This property helps in managing the SAP-side resource limits. Default is 50.
Destination Expiration Time (ms)
Defines the time in milliseconds before idle connections are closed. Default is 300000 (5 minutes).
Destination Expiration Check Period (ms)
Defines the interval in milliseconds for checking and cleaning up expired connections. Default is 60000 (1 minute).
Destination Max Get Client Time (ms)
Defines the maximum time in milliseconds to wait for a free connection from the pool. If no connection becomes available within this time, an error is thrown. This property prevents threads from waiting indefinitely for an SAP connection. Default is 60000 (1 minute).