cc-4105: respecting config files with regards to various time settings

This commit is contained in:
Rudi Grinberg 2012-07-30 18:02:26 -04:00
parent ba03447946
commit c3dde0c679
2 changed files with 5 additions and 3 deletions

View file

@ -61,7 +61,9 @@ except Exception as e:
log.info("Failed to set the locale for unknown reason. Logging exception.")
log.info(str(e))
watch_syncer = WatchSyncer(signal='watch')
watch_syncer = WatchSyncer(signal='watch',
chunking_number=config['chunking_number'],
timeout=config['request_max_wait'])
try:
problem_handler = ProblemFileHandler( PathChannel(signal='badfile',path='/srv/airtime/stor/problem_files/') )
except FailedToCreateDir as e: