mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
chore: update BaseSqliteRepository.cs
overriden -> overridden
This commit is contained in:
parent
4c23f38076
commit
853b2fa17c
@ -56,7 +56,7 @@ namespace Emby.Server.Implementations.Data
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the journal size limit. <see href="https://www.sqlite.org/pragma.html#pragma_journal_size_limit" />.
|
/// Gets the journal size limit. <see href="https://www.sqlite.org/pragma.html#pragma_journal_size_limit" />.
|
||||||
/// The default (-1) is overriden to prevent unconstrained WAL size, as reported by users.
|
/// The default (-1) is overridden to prevent unconstrained WAL size, as reported by users.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The journal size limit.</value>
|
/// <value>The journal size limit.</value>
|
||||||
protected virtual int? JournalSizeLimit => 134_217_728; // 128MiB
|
protected virtual int? JournalSizeLimit => 134_217_728; // 128MiB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user