From fa66a12eba44ffe15e7a11283e9d7878816b10c8 Mon Sep 17 00:00:00 2001 From: Nina Belyavskaya Date: Thu, 14 Oct 2021 16:33:39 +0200 Subject: [PATCH] 100MB -> 10MB in comment --- index_watch/index_watch_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_watch/index_watch_tables.sql b/index_watch/index_watch_tables.sql index 0d4fa7a..cf884a5 100644 --- a/index_watch/index_watch_tables.sql +++ b/index_watch/index_watch_tables.sql @@ -57,7 +57,7 @@ ALTER TABLE index_watch.config ADD CONSTRAINT inherit_check3 CHECK (schemaname --DEFAULT GLOBAL settings INSERT INTO index_watch.config (key, value, comment) VALUES -('index_size_threshold', '10MB', 'ignore indexes under 100MB size unless forced entries found in history'), +('index_size_threshold', '10MB', 'ignore indexes under 10MB size unless forced entries found in history'), ('index_rebuild_scale_factor', '2', 'rebuild indexes by default estimated bloat over 2x'), ('minimum_reliable_index_size', '32kB', 'small indexes not reliable to use as gauge'), ('reindex_history_retention_period','10 years', 'reindex history default retention period'),