cc-4105: added truncation of BPM to prevent crashes
This commit is contained in:
parent
cf3dbd2a97
commit
6981a5cb49
4 changed files with 5 additions and 4 deletions
|
@ -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 = 1
|
||||
chunking_number = 450
|
||||
request_max_wait = 3.0
|
||||
rmq_event_wait = 0.5
|
||||
logpath = '/home/rudi/throwaway/mm2.log'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue