allow reduced historical packet age
This commit is contained in:
parent
e6ccb9662b
commit
f26c367b6c
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue