Created
May 28, 2015 13:08
-
-
Save maeste/87b1c27e308bc40da1f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <distributed-workmanager name="MyDWM" selector-name="PING_TIME" policy-name="WATERMARK" | |
| jgroups-stack="udp" jgroups-cluster="myChannel" request-timeout="100000"> | |
| <policy-option name="watermark" value="0"/> | |
| <short-running-threads name="MyDWM" | |
| core-threads="50" | |
| queue-length="50" | |
| max-threads="50" | |
| keep-alive-time="10" keep-alive-unit="seconds"/> | |
| </distributed-workmanager> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment