Skip to content

Commit 749e7b8

Browse files
committed
Fix ES_LIMITER enum value to restore compatibility with main
1 parent 921d67c commit 749e7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/base/events.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ struct TKikimrEvents : TEvents {
172172
ES_GRAPH = 4249,
173173
ES_REPLICATION_SERVICE = 4250,
174174
ES_CHANGE_EXCHANGE = 4251,
175-
ES_LIMITER = 4252,
175+
ES_LIMITER = 4258,
176176
};
177177
};
178178

0 commit comments

Comments
 (0)