Open the menu

    List of Environment Variables Used by LumisXP

    Variable Description

    lumis.portal.monitor.impl.MonitorCleanupClock#maxHoursOfExecution

    Allows setting the maximum number of hours that the Scheduled Task lumis.portal.monitor.impl.MonitorCleanupClock will run before being terminated.

    Default value, if not set: 2.

    lumis.portal.commandpalette.maxSearchContentServiceInstances

    Allows setting the maximum number of service instances that will be considered in the search for contents performed by the Command Palette.

    Default value, if not set: 100.

    lumis.portal.httpintegration.connection.ttlInSeconds

    Allows setting the total lifetime (TTL) used by the connections of the HTTP Integration of LumisXP that establishes the maximum duration of persistent connections, regardless of their expiration setting.

    Default value, if not set: 20.

    lumis.portal.httpintegration.ssl.ignoreErrors

    Allows forcing the connections of the HTTP Integration of LumisXP to ignore SSL errors allowing the use of invalid certificates.

    Default value, if not set: false.

    lumis.portal.httpintegration.connection.bufferSize

    Allows setting the size of the internal buffer used to read data by the connections of the HTTP Integration of LumisXP.

    Default value, if not set: 8192.

    lumis.portal.httpintegration.connection.maxPerRoute

    Allows setting the maximum number of connections allowed per route (i.e., per host and port) in the connection pool of the HTTP Integration of LumisXP.

    Default value, if not set: 50.

    lumis.portal.httpintegration.connection.maxTotal

    Allows setting the maximum total number of connections that can be maintained in the connection pool, regardless of the route of the HTTP Integration of LumisXP.

    Default value, if not set: 100.

    lumis.portal.httpintegration.connection.defaultTimeout

    Allows setting the maximum time in milliseconds that the HTTP Integration of LumisXP will wait to establish a connection with the remote server.

    Default value, if not set: 800.

    lumis.portal.httpintegration.connection.defaultConnectionRequestTimeout

    Allows setting the maximum wait time of the HTTP Integration of LumisXP to obtain a connection from the available connection pool.

    Default value, if not set: 1000.

    lumis.portal.httpintegration.request.defaultMaxRedirects

    Allows setting the maximum number of redirects allowed in an HTTP request of the HTTP Integration of LumisXP.

    Default value, if not set: 3.