From b4e044a192ae009624074d7a55b56044966d06bc Mon Sep 17 00:00:00 2001 From: Maxim Yurchuk Date: Tue, 2 Jul 2024 10:17:52 +0000 Subject: [PATCH] USE_EXTENDED_PAYLOAD_FORMAT 1 --- ydb/library/actors/core/event_pb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ydb/library/actors/core/event_pb.h b/ydb/library/actors/core/event_pb.h index fa95ab0a6815..24cbb789f0e6 100644 --- a/ydb/library/actors/core/event_pb.h +++ b/ydb/library/actors/core/event_pb.h @@ -14,8 +14,8 @@ #include #include -// enable only when patch with this macro was successfully deployed -#define USE_EXTENDED_PAYLOAD_FORMAT 0 +// Jul 2024: delete this macro after ~6 months +#define USE_EXTENDED_PAYLOAD_FORMAT 1 namespace NActorsProto { class TActorId;