From ca7ee684730fe0d99a6160659c679c36a1646c88 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Wed, 27 Feb 2013 11:46:48 -0500 Subject: fixed the plugin catalog not loading --- MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteRepository.cs') 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()) -- cgit v1.2.3