diff options
| -rw-r--r-- | ydb/library/yql/providers/dq/config/config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/library/yql/providers/dq/config/config.proto b/ydb/library/yql/providers/dq/config/config.proto index 9599ccbda04..154a9b49900 100644 --- a/ydb/library/yql/providers/dq/config/config.proto +++ b/ydb/library/yql/providers/dq/config/config.proto @@ -117,6 +117,7 @@ message TDqConfig { optional int64 HeartbeatPeriodMs = 8 [default = 2000]; repeated string ServiceNodeHostPort = 9; // for tests and debug only optional string Revision = 10; // for tests and debug only + optional string LockType = 11 [default = "yt"]; // for tests and debug only } optional TYtCoordinator YtCoordinator = 6; |
