comment tweak

This commit is contained in:
Athou
2024-09-15 11:41:00 +02:00
parent ef4b479638
commit 693844828b
2 changed files with 3 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ a| [[commafeed-server_commafeed-http-client-cache-enabled]] [.property-path]##`c
[.description]
--
Whether to enable the cache. This cache is used to avoid spamming feeds too often (e.g. when subscribing to a feed for the first time or when clicking "fetch all my feeds now").
Whether to enable the cache. This cache is used to avoid spamming feeds in short bursts (e.g. when subscribing to a feed for the first time or when clicking "fetch all my feeds now").
ifdef::add-copy-button-to-env-var[]

View File

@@ -147,8 +147,8 @@ public interface CommaFeedConfiguration {
interface HttpClientCache {
/**
* Whether to enable the cache. This cache is used to avoid spamming feeds too often (e.g. when subscribing to a feed for the first
* time or when clicking "fetch all my feeds now").
* Whether to enable the cache. This cache is used to avoid spamming feeds in short bursts (e.g. when subscribing to a feed for the
* first time or when clicking "fetch all my feeds now").
*/
@WithDefault("true")
boolean enabled();