mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Change synchronous_mode to normal
This commit is contained in:
parent
ab918c6292
commit
73740f6c6e
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user