Advertisement
Guest User

Untitled

a guest
Apr 7th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <jira-database-config>
  4. <name>defaultDS</name>
  5. <delegator-name>default</delegator-name>
  6. <database-type>mysql</database-type>
  7. <jdbc-datasource>
  8. <url>jdbc:mysql://localhost:3306/jiradb?useUnicode=true&amp;characterEncoding=UTF8&amp;sessionVariables=default_storage_engine=InnoDB</url>
  9. <driver-class>com.mysql.jdbc.Driver</driver-class>
  10. <username>root</username>
  11. <password>root</password>
  12. <pool-min-size>20</pool-min-size>
  13. <pool-max-size>20</pool-max-size>
  14. <pool-max-wait>30000</pool-max-wait>
  15. <validation-query>select 1</validation-query>
  16. <min-evictable-idle-time-millis>60000</min-evictable-idle-time-millis>
  17. <time-between-eviction-runs-millis>300000</time-between-eviction-runs-millis>
  18. <pool-max-idle>20</pool-max-idle>
  19. <pool-remove-abandoned>true</pool-remove-abandoned>
  20. <pool-remove-abandoned-timeout>300</pool-remove-abandoned-timeout>
  21. <pool-test-on-borrow>false</pool-test-on-borrow>
  22. <pool-test-while-idle>true</pool-test-while-idle>
  23. <validation-query-timeout>3</validation-query-timeout>
  24. </jdbc-datasource>
  25. </jira-database-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement