From a1e21e795d2745ce0cec6327f9b036091e9bf546 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 27 Feb 2024 15:11:39 -0500 Subject: [PATCH] changed the default packet timeout to 5 minutes --- aprsd/conf/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd/conf/common.py b/aprsd/conf/common.py index 7c0f1a5..f3a9f76 100644 --- a/aprsd/conf/common.py +++ b/aprsd/conf/common.py @@ -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(