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:
parent
cb291de047
commit
a1e21e795d
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user