1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclbibustk
- © Copyright IBM Corp. 2003, 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <BIBusTKConfig>
- <!-- BIBUSTK_CONNECTION_TIMEOUT: Overrides the timeout value for BIBusTK connection pool. -->
- <!-- 25000 ms as default. -->
- <!-- If -1 is defined, it indicates no reused connection allowed.-->
- <BIBUSTK_CONNECTION_TIMEOUT>25000</BIBUSTK_CONNECTION_TIMEOUT>
- <!-- -->
- <!-- BIBUSTK_SOCKET_TCP_NODELAY configuration options -->
- <!-- 0: Turn off TCP_NODELAY for BIBusTkSocket. -->
- <!-- 1: Turn on TCP_NODELAY for all BIBusTkSocket. -->
- <BIBUSTK_SOCKET_TCP_NODELAY>1</BIBUSTK_SOCKET_TCP_NODELAY>
- <!-- -->
- </BIBusTKConfig>
|