Skip to content

Commit a1735bc

Browse files
ksseniivdimir
andauthored
Update src/Interpreters/Cache/FileCacheSettings.cpp
Co-authored-by: Vladimir Cherkasov <[email protected]>
1 parent a7a8050 commit a1735bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interpreters/Cache/FileCacheSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace ErrorCodes
4545
DECLARE(UInt64, cache_hits_threshold, FILECACHE_DEFAULT_HITS_THRESHOLD, "Number of cache hits required to cache corresponding file segment", 0) \
4646
DECLARE(Bool, enable_bypass_cache_with_threshold, false, "Undocumented. Not recommended for use", 0) \
4747
DECLARE(UInt64, bypass_cache_threshold, FILECACHE_BYPASS_THRESHOLD, "Undocumented. Not recommended for use", 0) \
48-
DECLARE(Bool, write_cache_per_user_id_directory, false, "Private setting", 0) \
48+
DECLARE(Bool, write_cache_per_user_id_directory, false, "Internal ClickHouse Cloud setting", 0) \
4949
DECLARE(Bool, allow_dynamic_cache_resize, false, "Allow dynamic resize of filesystem cache", 0)
5050

5151
DECLARE_SETTINGS_TRAITS(FileCacheSettingsTraits, LIST_OF_FILE_CACHE_SETTINGS)

0 commit comments

Comments
 (0)