update indexedDb

This commit is contained in:
Luke Pulverenti
2015-05-11 12:32:15 -04:00
parent 42b4b03703
commit 5492e34c6d
12 changed files with 103 additions and 73 deletions

View File

@@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Configuration
DownMixAudioBoost = 2;
EncodingQuality = EncodingQuality.Auto;
EnableThrottling = true;
ThrottleThresholdSeconds = 120;
ThrottleThresholdSeconds = 110;
}
}
}