mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 14:25:17 -04:00
Koreader Progress Sync for all files (#4323)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
@@ -205,6 +205,12 @@ public enum ServerSettingKey
|
||||
/// <summary>
|
||||
/// The resolution to render PDFs as when delivering them as images.
|
||||
/// </summary>
|
||||
[Description("pdfRenderResolution")]
|
||||
[Description("PdfRenderResolution")]
|
||||
PdfRenderResolution = 41,
|
||||
/// <summary>
|
||||
/// How many times Kavita has pinged the Stats API
|
||||
/// </summary>
|
||||
/// <remarks>After a set amount, the Stats API will stop recording some information, like Average I/O time</remarks>
|
||||
[Description("StatsApiHits")]
|
||||
StatsApiHits = 42
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user