diff --git a/pgwatch2/metrics/preset-configs.yaml b/pgwatch2/metrics/preset-configs.yaml index 8ab55470..3e6ebe41 100644 --- a/pgwatch2/metrics/preset-configs.yaml +++ b/pgwatch2/metrics/preset-configs.yaml @@ -109,6 +109,7 @@ index_stats: 900 locks: 60 locks_mode: 60 + recommendations: 43200 replication: 120 replication_slots: 120 logical_subscriptions: 120 diff --git a/pgwatch2/sql/config_store/config_store.sql b/pgwatch2/sql/config_store/config_store.sql index c478d66b..fd208a54 100644 --- a/pgwatch2/sql/config_store/config_store.sql +++ b/pgwatch2/sql/config_store/config_store.sql @@ -197,6 +197,7 @@ insert into pgwatch2.preset_config (pc_name, pc_description, pc_config) "index_stats": 900, "locks": 60, "locks_mode": 60, + "recommendations": 43200, "replication": 120, "replication_slots": 120, "logical_subscriptions": 120,