changed the default packet timeout to 5 minutes

This commit is contained in:
Hemna 2024-02-27 15:11:39 -05:00
parent cb291de047
commit a1e21e795d
1 changed files with 1 additions and 1 deletions

View File

@ -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(