From 2d9b984293087200c9ca557b1077f20834a7d5f2 Mon Sep 17 00:00:00 2001 From: Sascha Rogmann Date: Thu, 5 Feb 2026 23:07:34 +0100 Subject: [PATCH] spec : don't enable key-map-stats --- common/ngram-map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ngram-map.h b/common/ngram-map.h index 6a5be56a33..41b9530449 100644 --- a/common/ngram-map.h +++ b/common/ngram-map.h @@ -67,7 +67,7 @@ struct common_ngram_map { std::vector 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)