mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Make group timeout configurable.
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = syrup.serial()
|
||||
log.info('Now owned by "%s"', currentGroup.email)
|
||||
log.info('Subscribing to group channel "%s"', currentGroup.group)
|
||||
|
||||
channels.register(currentGroup.group, timeout)
|
||||
channels.register(currentGroup.group, timeout || options.groupTimeout)
|
||||
sub.subscribe(currentGroup.group)
|
||||
|
||||
push.send([
|
||||
|
||||
Reference in New Issue
Block a user