From 416f7a3158005cb0c59f20b098669dd43674b1a2 Mon Sep 17 00:00:00 2001 From: Chris kerr Date: Sat, 16 Nov 2024 10:54:42 -0500 Subject: [PATCH] change example config yml --- app/static/examples/config.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/examples/config.example.yml b/app/static/examples/config.example.yml index d116cbb..bf14336 100644 --- a/app/static/examples/config.example.yml +++ b/app/static/examples/config.example.yml @@ -74,9 +74,9 @@ rate_limit: burst: 50 event_purge: - enabled: true # Toggle to enable/disable event purging + enabled: false # Toggle to enable/disable event purging keep_interval_hours: 24 # Number of hours to keep events before purging - purge_interval_minutes: 1 # Interval in minutes for running the purge + purge_interval_minutes: 240 # Interval in minutes for running the purge purge_by_category: # Configure purging based on categories regular: true replaceable: false