From 2464818f037e4bbc3f669e8e129cc56226953029 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 13 Apr 2021 16:54:20 +0100 Subject: [PATCH] test 2 --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 043aa95..c93f9dd 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -399,7 +399,7 @@ def stream_trimmer_loop(): #try: if '_to' not in systems[system].STATUS[stream_id] and '_fin' not in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5: - systems[system].STATUS[stream_id]['_fin'] = True + #systems[system].STATUS[stream_id]['_fin'] = True logger.info('(%s) *TIME OUT* STREAM ID: %s SUB: %s PEER: %s TGID: %s TS 1 Duration: %.2f', \ system, int_id(stream_id), get_alias(int_id(_stream['RFS']), subscriber_ids), get_alias(int_id(_sysconfig['NETWORK_ID']), peer_ids), get_alias(int_id(_stream['TGID']), talkgroup_ids), _stream['LAST'] - _stream['START']) if CONFIG['REPORTS']['REPORT']: