Skip to content

Commit

Permalink
Update Replication Protocol for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbirks committed Sep 30, 2024
1 parent 23441ce commit 5da6d55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Replicator/Replicator.hh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ namespace litecore::repl {
class Puller;
class ReplicatedRev;

static const array<string, 2> kCompatProtocols = {{string(blip::Connection::kWSProtocolName) + "+CBMobile_3",
string(blip::Connection::kWSProtocolName) + "+CBMobile_2"}};
static const array<string, 1> kCompatProtocols = {{string(blip::Connection::kWSProtocolName) + "+CBMobile_4"}};

/** The top-level replicator object, which runs the BLIP connection.
Pull and push operations are run by subidiary Puller and Pusher objects.
Expand Down

0 comments on commit 5da6d55

Please sign in to comment.