Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.apache.cxf.transport.http.async.CONNECTION_TTL

Maximum time a connection which is released and not used in the poolto live(from creation to expiry) . Default is 60000.

org.apache.cxf.transport.http.async.MAX_CONNECTIONS

Maximum number of connections opened in total. Default is 5000.

org.apache.cxf.transport.http.async.MAX_PER_HOST_CONNECTIONS

Maximum number of connections opened per host. Default is 1000.

...