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'
|
input_mixer: 'Mic'
|
||||||
output_mixer: 'PCM'
|
output_mixer: 'PCM'
|
||||||
input_volume: 100
|
input_volume: 100
|
||||||
output_volume: 40
|
output_volume: 30
|
||||||
file_address: "http://hugveycmd.local:8888"
|
file_address: "http://hugveycmd.local:8888"
|
||||||
output_driver: pulseaudio
|
output_driver: pulseaudio
|
||||||
|
|
||||||
|
|
|
@ -511,7 +511,7 @@ class HugveyState(object):
|
||||||
event = await asyncio.wait_for(self.eventQueue.get(), 2)
|
event = await asyncio.wait_for(self.eventQueue.get(), 2)
|
||||||
except asyncio.futures.TimeoutError as e:
|
except asyncio.futures.TimeoutError as e:
|
||||||
# detect missing heartbeat:
|
# detect missing heartbeat:
|
||||||
if self.isConfigured and time.time() - self.isConfigured > 5:
|
if self.isConfigured and time.time() - self.isConfigured > 15:
|
||||||
self.gone()
|
self.gone()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue