mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
handle background threads ourselves, leave the stateless pool intact
This commit is contained in:
@@ -46,5 +46,5 @@
|
||||
# javax.persistence.jtaDataSource =
|
||||
# javax.persistence.nonJtaDataSource =
|
||||
|
||||
AsynchronousPool.CorePoolSize = 1
|
||||
AsynchronousPool.MaximumPoolSize = 100
|
||||
#AsynchronousPool.CorePoolSize = 1
|
||||
#AsynchronousPool.MaximumPoolSize = 100
|
||||
@@ -9,9 +9,11 @@
|
||||
MaxActive 50
|
||||
</Resource>
|
||||
-->
|
||||
<!--
|
||||
<Container id="CommaFeedStateless" type="STATELESS">
|
||||
MaxSize=50
|
||||
PoolSize=50
|
||||
StrictPooling=true
|
||||
</Container>
|
||||
-->
|
||||
</tomee>
|
||||
|
||||
Reference in New Issue
Block a user