Skip to content

Commit f5c8236

Browse files
authored
Fix ES_LIMITER enum value to restore compatibility with main (#7202)
1 parent 921d67c commit f5c8236

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/base/events.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ struct TKikimrEvents : TEvents {
172172
ES_GRAPH = 4249,
173173
ES_REPLICATION_SERVICE = 4250,
174174
ES_CHANGE_EXCHANGE = 4251,
175-
ES_LIMITER = 4252,
175+
// skipped 4252-4257, defined in stable-24-3
176+
ES_LIMITER = 4258,
176177
};
177178
};
178179

0 commit comments

Comments
 (0)