Skip to content

Commit

Permalink
Fix ES_LIMITER enum value to restore compatibility with main (#7202)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Jul 31, 2024
1 parent 921d67c commit f5c8236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ydb/core/base/events.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ struct TKikimrEvents : TEvents {
ES_GRAPH = 4249,
ES_REPLICATION_SERVICE = 4250,
ES_CHANGE_EXCHANGE = 4251,
ES_LIMITER = 4252,
// skipped 4252-4257, defined in stable-24-3
ES_LIMITER = 4258,
};
};

Expand Down

0 comments on commit f5c8236

Please sign in to comment.