mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Change synchronous_mode to normal
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user