aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-27 11:46:48 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-27 11:46:48 -0500
commitca7ee684730fe0d99a6160659c679c36a1646c88 (patch)
tree9f422d7e01d4affa330e448fbaba05c249fce627 /MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
parentff6325efc5ae478c68dc140c5adbae089a6f7f4b (diff)
fixed the plugin catalog not loading
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs b/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
index 83b7c0eb0..1173f3fc8 100644
--- a/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
+++ b/MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs
@@ -156,7 +156,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
// Don't dispose in the middle of a flush
while (IsFlushing)
{
- Thread.Sleep(50);
+ Thread.Sleep(25);
}
if (connection.IsOpen())