mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Jellyfin in Docker on Synology writes to the disk every 10 seconds. #2152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MrSurly on GitHub (Sep 24, 2020).
Describe the bug
System (please complete the following information):
To Reproduce
Install Jellyfin using Docker on Synology NAS
Expected behavior
Not to write to the disk constantly.
Logs
jellyfinlogs.zip
Screenshots
N/A
Additional context
Seems to coincide with these log entries:
[03:02:22] [WRN] [21] Emby.Server.Implementations.HttpServer.HttpListenerHost: HTTP Response 204 to 10.1.0.100. Time (slow): 0:00:00.7737274. http://media.local:8096/Sessions/Playing/Progress@daullmer commented on GitHub (Sep 27, 2020):
In the next version of Jellyfin, you can disable this warning or configure a custom threshold inside the
system.xmlfile in the config directory #3556If you like to disable it now, the only option is to set the minimum log level to
Errorin thelogging.default.jsonfile (also in the config directory). But then your logs will be pretty much useless because nearly nothing is in the log.