allow reduced historical packet age

This commit is contained in:
Graham McIntire 2025-07-14 12:14:12 -05:00
parent e6ccb9662b
commit f26c367b6c
No known key found for this signature in database

View file

@ -55,6 +55,8 @@ config :aprsme,
aprs_is_password: System.get_env("APRS_PASSCODE"),
auto_migrate: true,
env: config_env(),
# Packet retention period in days (default: 365 days = 1 year)
packet_retention_days: String.to_integer(System.get_env("PACKET_RETENTION_DAYS", "365")),
# GenStage packet processing configuration
packet_pipeline: [
max_buffer_size: 1000,