remove todo

This commit is contained in:
Nikita Taranov 2024-07-03 19:41:05 +01:00
parent b243e4d0fb
commit bbbf6cd6f9

View File

@ -27,7 +27,7 @@ struct StatsCollectingParams
void disable() { key = 0; }
UInt64 key = 0;
const size_t max_entries_for_hash_table_stats = 0; /// TODO: move to server settings
const size_t max_entries_for_hash_table_stats = 0;
const size_t max_size_to_preallocate = 0;
};