1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-19 16:15:57 -05:00

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

View File

@ -72,7 +72,7 @@ aprsd_opts = [
), ),
cfg.IntOpt( cfg.IntOpt(
"packet_dupe_timeout", "packet_dupe_timeout",
default=60, default=300,
help="The number of seconds before a packet is not considered a duplicate.", help="The number of seconds before a packet is not considered a duplicate.",
), ),
cfg.BoolOpt( cfg.BoolOpt(