Skip to content

Commit

Permalink
new v
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolovison committed Aug 15, 2022
1 parent b465dba commit 3b576a0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
mcast_recv_buf_size="25m"
ip_ttl="${jgroups.ip_ttl:2}"
thread_naming_pattern="pl"
enable_diagnostics="false"
enable_diagnostics="${jgroups.diag.enabled:false}"
bundler_type="transfer-queue"
max_bundle_size="8500"
max_bundle_size="${jgroups.bundler.max_size:64000}"

thread_pool.min_threads="${jgroups.thread_pool.min_threads:0}"
thread_pool.max_threads="${jgroups.thread_pool.max_threads:200}"
Expand Down Expand Up @@ -57,5 +57,5 @@
<MFC max_credits="4m"
min_threshold="0.40"
/>
<FRAG3 frag_size="8000"/>
<FRAG3 frag_size="${jgroups.frag_size:60000}"/>
</config>

0 comments on commit 3b576a0

Please sign in to comment.