瀏覽代碼

change text on library page

Luke Pulverenti 12 年之前
父節點
當前提交
8d97d34d10

+ 1 - 1
MediaBrowser.Server.Implementations/EntryPoints/Notifications/WebSocketNotifier.cs

@@ -6,7 +6,7 @@ using System.Linq;
 namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
 {
     /// <summary>
-    /// Sends out messages anytime a notification is added or udpated
+    /// Notifies clients anytime a notification is added or udpated
     /// </summary>
     public class WebSocketNotifier : IServerEntryPoint
     {

+ 2 - 3
MediaBrowser.ServerApplication/ApplicationHost.cs

@@ -385,9 +385,8 @@ namespace MediaBrowser.ServerApplication
             {
                 PageSize = 4096,
                 CacheSize = 4096,
-                SyncMode = SynchronizationModes.Off,
-                DataSource = dbPath,
-                JournalMode = SQLiteJournalModeEnum.Wal
+                SyncMode = SynchronizationModes.Normal,
+                DataSource = dbPath
             };
 
             var connection = new SQLiteConnection(connectionstr.ConnectionString);