change text on library page
This commit is contained in:
parent
eb313459d3
commit
8d97d34d10
|
@ -6,7 +6,7 @@ using System.Linq;
|
||||||
namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
|
namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sends out messages anytime a notification is added or udpated
|
/// Notifies clients anytime a notification is added or udpated
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class WebSocketNotifier : IServerEntryPoint
|
public class WebSocketNotifier : IServerEntryPoint
|
||||||
{
|
{
|
||||||
|
|
|
@ -385,9 +385,8 @@ namespace MediaBrowser.ServerApplication
|
||||||
{
|
{
|
||||||
PageSize = 4096,
|
PageSize = 4096,
|
||||||
CacheSize = 4096,
|
CacheSize = 4096,
|
||||||
SyncMode = SynchronizationModes.Off,
|
SyncMode = SynchronizationModes.Normal,
|
||||||
DataSource = dbPath,
|
DataSource = dbPath
|
||||||
JournalMode = SQLiteJournalModeEnum.Wal
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var connection = new SQLiteConnection(connectionstr.ConnectionString);
|
var connection = new SQLiteConnection(connectionstr.ConnectionString);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user