From 5dc99e2fcf50b0478375f5c50098e9c6fb940210 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke <31162436+DarkFighterLuke@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:28:39 +0200 Subject: [PATCH] Update tasks intervals section in README Added note about resource consumption with lower intervals. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 837086b..7d90674 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ This plugin has different bidirectional sycnhronization features, that can be co ## Tasks intervals

Since many of the feature are implemented as background tasks periodically executing, in the `Tasks intervals` section you will find the settings to adjust this period in seconds.
-Keep in mind that Jellyfin lowest accepted period is of 1 minute (60 seconds).

+Keep in mind that Jellyfin lowest accepted period is of 1 minute (60 seconds) and the lower is the interval the higher will be the resources consuption on your system.

Here are the configurable intervals:

![Tasks intervals settings](https://github.com/user-attachments/assets/19db6b83-6715-477d-8ce7-b78526e87ba9)