Nicer link format for comment

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Joshua M. Boniface 2019-09-29 16:18:05 -04:00 committed by GitHub
parent 72edf5b555
commit 9aec21f6b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ namespace Emby.Server.Implementations.Data
protected virtual int? CacheSize => null;
/// <summary>
/// Gets the journal mode. https://www.sqlite.org/pragma.html#pragma_journal_mode
/// Gets the journal mode. <see href="https://www.sqlite.org/pragma.html#pragma_journal_mode" />
/// </summary>
/// <value>The journal mode.</value>
protected virtual string JournalMode => "TRUNCATE";