Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Jul 11, 2024
1 parent af21aea commit a44edc7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.scalecube.cluster.transport.api2.Transport;
import io.scalecube.cluster2.AbstractAgent;
import io.scalecube.cluster2.CallbackInvoker;
import io.scalecube.cluster2.Member;
import io.scalecube.cluster2.MemberCodec;
import io.scalecube.cluster2.sbe.FailureDetectorEventDecoder;
Expand Down Expand Up @@ -36,15 +35,14 @@ public MembershipProtocol(
BroadcastTransmitter messageTx,
Supplier<CopyBroadcastReceiver> messageRxSupplier,
EpochClock epochClock,
CallbackInvoker callbackInvoker,
MembershipConfig config,
Member localMember) {
super(
transport,
messageTx,
messageRxSupplier,
epochClock,
callbackInvoker,
null,
Duration.ofMillis(config.syncInterval()));
this.config = config;
this.localMember = localMember;
Expand Down

0 comments on commit a44edc7

Please sign in to comment.