bulk save items when possible

This commit is contained in:
Luke Pulverenti
2013-05-23 11:39:48 -04:00
parent 6253578629
commit f546f09c71
6 changed files with 80 additions and 44 deletions

View File

@@ -1,11 +1,9 @@
using MediaBrowser.Model.Logging;
using System;
using System.Collections.Concurrent;
using System.Data;
using System.Data.Common;
using System.Data.SQLite;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
namespace MediaBrowser.Server.Implementations.Sqlite