Browse Source

incremented tolerance to 2 seconds

Gamaliel Espinoza 7 years ago
parent
commit
85104f2151
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ondemand/service.py

+ 1 - 1
ondemand/service.py

@@ -21,7 +21,7 @@ import sys
 import os
 
 AUDIOS_PATH = '/tmp'
-AHEAD_TIME_AUDIO_TOLERANCE = 1 # second
+AHEAD_TIME_AUDIO_TOLERANCE = 2 # second
 
 config = parse_config()
 queue = Queue()