mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
variables tweaking for heavy load
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
|
||||
UserName cf
|
||||
Password cf
|
||||
MaxActive 100
|
||||
MaxActive 50
|
||||
</Resource>
|
||||
<Container id="CommaFeedStateless" type="STATELESS">
|
||||
PoolSize=30
|
||||
StrictPooling=false
|
||||
MaxSize=50
|
||||
PoolSize=50
|
||||
StrictPooling=true
|
||||
</Container>
|
||||
</tomee>
|
||||
|
||||
Reference in New Issue
Block a user