make sure ._ osx files are properly ignored

This commit is contained in:
Luke Pulverenti
2015-11-04 18:49:06 -05:00
parent 60067b4c29
commit 6aa3313bc0
11 changed files with 85 additions and 52 deletions

View File

@@ -15,7 +15,7 @@ namespace MediaBrowser.Model.Configuration
{
DownMixAudioBoost = 2;
EnableThrottling = true;
ThrottleThresholdInSeconds = 120;
ThrottleThresholdInSeconds = 100;
EncodingThreadCount = -1;
}
}