Change synchronous_mode to normal

pull/9044/head
Bond_009 1 year ago
parent ab918c6292
commit 73740f6c6e

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

Loading…
Cancel
Save