minor config changes

This commit is contained in:
Hugvey Central Command 2019-05-10 11:13:17 +02:00
parent 1550bdeb80
commit 04d4eab22f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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