lower backfill_max_hours_ago so we aren't backfilling 6 months of chat logs

pull/416/head
Mike Lang 1 year ago
parent 0dfffc19c2
commit 0e229dc80b

@ -182,7 +182,7 @@
// Max hours ago to backfill, ie. do not backfill for times before this many hours ago. // Max hours ago to backfill, ie. do not backfill for times before this many hours ago.
// Set to null to disable. // Set to null to disable.
backfill_max_hours_ago:: 24 * 30 * 6, // approx 6 months backfill_max_hours_ago:: 24 * 14, // 2 weeks, to avoid excessive backfill of old chat logs
// Extra directories (besides segments) to backfill // Extra directories (besides segments) to backfill
backfill_dirs:: ["emotes"], backfill_dirs:: ["emotes"],

Loading…
Cancel
Save