Only update UA timer when it's acptually changed !

This commit is contained in:
Simon 2021-02-14 13:18:26 +00:00
parent 72fe31509b
commit acab830ef9

View File

@ -568,6 +568,7 @@ def options_config():
_tmout = int(_options['DEFAULT_UA_TIMER'])
if int(options['DEFAULT_UA_TIMER'] != CONFIG['SYSTEMS'][_system]['DEFAULT_UA_TIMER']:
logger.debug('(OPTIONS) %s Updating DEFAULT_UA_TIMER for existing bridges.',_system)
remove_bridge_system(_system)
for _bridge in BRIDGES: