reduce skip time

This commit is contained in:
Max 2015-10-07 16:08:29 -04:00
parent 5bd49eb547
commit d34fbe52ed
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ class rx_ctl (object):
self.tgid_hold = None
self.tgid_hold_until = time.time()
self.TGID_HOLD_TIME = 2.0 # TODO: make more configurable
self.TGID_SKIP_TIME = 15.0 # TODO: make more configurable
self.TGID_SKIP_TIME = 1.0 # TODO: make more configurable
self.current_nac = None
self.current_id = 0
self.TSYS_HOLD_TIME = 3.0 # TODO: make more configurable