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'),