Skip to content

Commit

Permalink
Removed STABLE from default stack-new
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 29, 2024
1 parent 4239dc7 commit 1c80a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/jgroups/util/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ public static Protocol[] getTestStackNew(Protocol... additional_protocols) {
new SHARED_LOOPBACK_PING(),
new NAKACK4(),
new UNICAST4(),
new STABLE(),
new GMS().setJoinTimeout(500),
new FRAG2().setFragSize(8000)
};
Expand Down

0 comments on commit 1c80a56

Please sign in to comment.