BIBusTK_Config.xml 823 B

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