spec : don't enable key-map-stats

This commit is contained in:
Sascha Rogmann 2026-02-05 23:07:34 +01:00
parent 4283cfef30
commit 2d9b984293
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct common_ngram_map {
std::vector<common_ngram_map_key> keys; // key n-grams which occur several times in token-history
uint16_t min_hits; // minimum number of key hits to consider a draft
bool show_key_map_stats = true; // true, if statistics of the key_map should be printed.
bool show_key_map_stats = false; // true, if statistics of the key_map should be printed.
common_ngram_map(uint16_t sz_key, uint16_t sz_value, bool only_keys,
uint16_t min_hits)