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;