1234567891011121314151617181920212223 |
- # IBM Confidential
- #
- # OCO Source Materials
- #
- # IBM Cognos Products: report-service
- #
- # (C) Copyright IBM Corp. 2015
- #
- # The source code for this program is not published or otherwise
- # divested of its trade secrets, irrespective of what has been
- # deposited with the U.S. Copyright Office.
- #
- # NLS_ENCODING=UTF-8
- # NLS_MESSAGEFORMAT_ALL
- # END_OF_HEADER
- Configuration.primaryWaitThreshold.label = Primary wait threshold for SOAP request
- Configuration.secondaryWaitThreshold.label = Secondary wait threshold for SOAP request
- Configuration.maximumCacheSize.label = Maximum size of cache pool
- Configuration.expireAfterAccess.label = Expiration time after access in minutes
- Configuration.cacheStatsLoggingLevel.label = logging level. 0 - disabled, 1 - brief, 2 - detailed.
- Configuration.concurrencyLevel.label = The allowed concurrency among update operations
|