minor config changes
This commit is contained in:
parent
1550bdeb80
commit
04d4eab22f
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ voice:
|
|||
input_mixer: 'Mic'
|
||||
output_mixer: 'PCM'
|
||||
input_volume: 100
|
||||
output_volume: 40
|
||||
output_volume: 30
|
||||
file_address: "http://hugveycmd.local:8888"
|
||||
output_driver: pulseaudio
|
||||
|
||||
|
|
|
@ -511,7 +511,7 @@ class HugveyState(object):
|
|||
event = await asyncio.wait_for(self.eventQueue.get(), 2)
|
||||
except asyncio.futures.TimeoutError as e:
|
||||
# detect missing heartbeat:
|
||||
if self.isConfigured and time.time() - self.isConfigured > 5:
|
||||
if self.isConfigured and time.time() - self.isConfigured > 15:
|
||||
self.gone()
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue