aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcherednik <dcherednik@ydb.tech>2023-10-26 16:16:26 +0300
committerdcherednik <dcherednik@ydb.tech>2023-10-26 16:50:17 +0300
commite50bfe724b357597d9528251a5be829f6c0d7cc0 (patch)
treef1c2fecd9541a39b22ff8171c5cd373e6896fff4
parent5c188593eabbfdb75cd02f19baf1e2cea0b32d4b (diff)
downloadydb-e50bfe724b357597d9528251a5be829f6c0d7cc0.tar.gz
Remove unused settler option from C++ sdk.
-rw-r--r--ydb/public/sdk/cpp/client/ydb_table/table.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ydb/public/sdk/cpp/client/ydb_table/table.h b/ydb/public/sdk/cpp/client/ydb_table/table.h
index 7d6ee9a937..452bcb822e 100644
--- a/ydb/public/sdk/cpp/client/ydb_table/table.h
+++ b/ydb/public/sdk/cpp/client/ydb_table/table.h
@@ -952,9 +952,6 @@ struct TClientSettings : public TCommonClientSettingsBase<TClientSettings> {
// Allow migrate requests between session during session balancing
FLUENT_SETTING_DEFAULT(bool, AllowRequestMigration, true);
- // This feature has been removed as inefficient
- // the settings will be removed in next releases
- FLUENT_SETTING_DEFAULT(ui32, SettlerSessionPoolTTL, 100);
// Settings of session pool
FLUENT_SETTING(TSessionPoolSettings, SessionPoolSettings);
};