Skip to content

Commit

Permalink
Merge pull request #231 from futures/jgroups-min-credits
Browse files Browse the repository at this point in the history
Small config change to remove a possible issue with JGroups
  • Loading branch information
Andrew Woods committed Feb 11, 2014
2 parents fbb2520 + 40ec3eb commit c1bb4d1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -84,8 +84,8 @@
max_msg_batch_size="100"/>
<pbcast.STABLE stability_delay="500" desired_avg_gossip="5000" max_bytes="1m"/>
<pbcast.GMS print_local_addr="false" join_timeout="3000" view_bundling="true"/>
<UFC max_credits="200k" min_threshold="0.20"/>
<MFC max_credits="200k" min_threshold="0.20"/>
<UFC min_credits="64k" max_credits="200k" min_threshold="0.20"/>
<MFC min_credits="64k" max_credits="200k" min_threshold="0.20"/>
<FRAG2 frag_size="60000"/>
<RSVP timeout="60000" resend_interval="500" ack_on_delivery="false" />
</config>

0 comments on commit c1bb4d1

Please sign in to comment.