-
Task
-
Resolution: Done
-
Minor
-
None
-
None
The sample configs have many attributes, e.g.
<pbcast.NAKACK2 xmit_interval="500" xmit_table_num_rows="100" xmit_table_msgs_per_row="2000" xmit_table_max_compaction_time="30000" use_mcast_xmit="true" discard_delivered_msgs="true" />
This is bad: if default values are changed, people need to upgrade their configs (which they usually don't!).
In the above example, the only attribute that's really useful is xmit_interval, the others can be removed.