From 1e92b960e240a4e4fe1af36a6e3d5f70a577f5b7 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Wed, 5 Jul 2023 16:45:48 -0400 Subject: [PATCH] better document what the rfTalkgroupHang timer actually does; --- configs/config.example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/config.example.yml b/configs/config.example.yml index c3b99627..6b57762a 100644 --- a/configs/config.example.yml +++ b/configs/config.example.yml @@ -286,7 +286,8 @@ system: # Flag indicating the host is operating in a single digital mode. fixedMode: false # Amount of time the host will "hang" on the last TGID received via RF before returning to allowing all - # TGID traffic. + # TGID traffic. This applies only to network traffic, it essentially allows time-based filtering of network + # traffic for the last TGID received. rfTalkgroupHang: 10 # Sets the amount of delay between "ticks" of the processing loop when the host is active (i.e. # processing traffic). (ms) [Note: Default value is recommend, normally this should not be changed.]