Change synchronous_mode to normal

This commit is contained in:
Bond_009 2023-01-09 14:14:19 +01:00
parent ab918c6292
commit 73740f6c6e

View File

@ -89,7 +89,7 @@ namespace Emby.Server.Implementations.Data
/// </summary> /// </summary>
/// <value>The synchronous mode or null.</value> /// <value>The synchronous mode or null.</value>
/// <see cref="SynchronousMode"/> /// <see cref="SynchronousMode"/>
protected virtual SynchronousMode? Synchronous => null; protected virtual SynchronousMode? Synchronous => SynchronousMode.Normal;
/// <summary> /// <summary>
/// Gets or sets the write lock. /// Gets or sets the write lock.