Update DataPartsExchange.cpp

This commit is contained in:
alesapin 2020-02-27 15:50:10 +03:00 committed by GitHub
parent e161cc1424
commit fc7ec08f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ namespace DataPartsExchange
namespace
{
/// Supported protocol versions
static constexpr auto REPLICATION_PROTOCOL_VERSION_WITHOUT_PARTS_SIZE = 0;
static constexpr auto REPLICATION_PROTOCOL_VERSION_WITH_PARTS_SIZE = 1;
static constexpr auto REPLICATION_PROTOCOL_VERSION_WITH_PARTS_SIZE_AND_TTL_INFOS = 2;