mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-07 00:24:41 -04:00
changed the default packet timeout to 5 minutes
This commit is contained in:
@@ -72,7 +72,7 @@ aprsd_opts = [
|
||||
),
|
||||
cfg.IntOpt(
|
||||
"packet_dupe_timeout",
|
||||
default=60,
|
||||
default=300,
|
||||
help="The number of seconds before a packet is not considered a duplicate.",
|
||||
),
|
||||
cfg.BoolOpt(
|
||||
|
||||
Reference in New Issue
Block a user