Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update configuration of LifeCycleCompletionService to be as the Produ…
Browse files Browse the repository at this point in the history
…ction (#76)
  • Loading branch information
ahamdi committed Jul 27, 2017
1 parent fc85c94 commit b309aec
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<key>org.exoplatform.services.jdbc.DataSourceProvider</key>
<type>org.exoplatform.services.jdbc.impl.DataSourceProviderImpl</type>
</component>

<component>
<key>org.exoplatform.forum.common.lifecycle.LifeCycleCompletionService</key>
<type>org.exoplatform.forum.common.lifecycle.LifeCycleCompletionService</type>
Expand All @@ -119,9 +119,17 @@
<name>thread-number</name>
<value>5</value>
</value-param>
<value-param>
<name>keepAliveTime</name>
<value>10</value>
</value-param>
<value-param>
<name>async-execution</name>
<value>false</value>
<value>true</value>
</value-param>
<value-param>
<name>thread-priority</name>
<value>1</value><!--10: HIGH, 5: NORMAL; 1: LOW-->
</value-param>
</init-params>
</component>
Expand Down

0 comments on commit b309aec

Please sign in to comment.