more performance tweaks

This commit is contained in:
Athou
2013-04-26 07:12:19 +02:00
parent 85f381ad99
commit 51f11e48b5
2 changed files with 2 additions and 5 deletions

View File

@@ -3,10 +3,10 @@
<!--
<Resource id="MySQL" type="DataSource">
JdbcDriver com.mysql.jdbc.Driver
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&amp;characterEncoding=UTF-8&amp;autoReconnect=true
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&amp;characterEncoding=UTF-8&amp;autoReconnect=true&amp;failOverReadOnly=false&amp;maxReconnects=20
UserName cf
Password cf
MaxActive 40
MaxActive 50
</Resource>
-->
<Container id="CommaFeedStateless" type="STATELESS">