diff options
| author | babenko <[email protected]> | 2025-08-09 14:28:55 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2025-08-09 14:57:57 +0300 |
| commit | 3cfcdf2f75c331df88c44d722b33cb411a483d75 (patch) | |
| tree | 684910dbcb0c3d6bd9efd462ab52b7be11a5f08e | |
| parent | 150506877e247e40cc6f88c44f9dff2022f8419d (diff) | |
YT-25879: Fix distributed write API impl
commit_hash:98fc6beb4aeed296afd9992486c0d63e1d20efe3
| -rw-r--r-- | yt/yt/client/api/distributed_table_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/client/api/distributed_table_client.h b/yt/yt/client/api/distributed_table_client.h index e31a262099e..49c5836b597 100644 --- a/yt/yt/client/api/distributed_table_client.h +++ b/yt/yt/client/api/distributed_table_client.h @@ -37,6 +37,7 @@ struct TDistributedWriteSessionWithResults struct TDistributedWriteSessionStartOptions : public TTransactionalOptions + , public TTimeoutOptions { int CookieCount = 0; //! Timeout for session. Similar to transaction timeout. @@ -44,6 +45,7 @@ struct TDistributedWriteSessionStartOptions }; struct TDistributedWriteSessionFinishOptions + : public TTimeoutOptions { int MaxChildrenPerAttachRequest = 10'000; }; |
