Skip to content

Commit 3214a90

Browse files
authored
Add deprecated message
1 parent 6c2a3c8 commit 3214a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/index_builder.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ message TEvListResponse {
109109

110110
enum EBuildStatus {
111111
INVALID = 0;
112-
ACCEPTED = 1;
112+
ACCEPTED = 1; // DEPRECATED don't use it, it does nothing, we cannot remove it for now, because old nodes can send it
113113
IN_PROGRESS = 2;
114114
DONE = 3;
115115

0 commit comments

Comments
 (0)