cc-4105: fixed bug where program would crash on non integer track numbers

This commit is contained in:
Rudi Grinberg 2012-08-07 16:57:35 -04:00
parent a576af2482
commit bcb65c4269
6 changed files with 24 additions and 13 deletions

View file

@ -15,7 +15,7 @@ check_filesystem_events = 5 #how long to queue up events performed on the files
check_airtime_events = 30 #how long to queue metadata input from airtime.
touch_interval = 5
chunking_number = 150
chunking_number = 1
request_max_wait = 3.0
rmq_event_wait = 0.5
logpath = '/home/rudi/throwaway/mm2.log'