1
0
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:
2024-02-27 15:11:39 -05:00
parent cb291de047
commit a1e21e795d
+1 -1
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(