forked from Archives/Athou_commafeed
comment tweak
This commit is contained in:
@@ -258,7 +258,7 @@ a| [[commafeed-server_commafeed-http-client-cache-enabled]] [.property-path]##`c
|
|||||||
|
|
||||||
[.description]
|
[.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[]
|
ifdef::add-copy-button-to-env-var[]
|
||||||
|
|||||||
@@ -147,8 +147,8 @@ public interface CommaFeedConfiguration {
|
|||||||
|
|
||||||
interface HttpClientCache {
|
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
|
* 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
|
||||||
* time or when clicking "fetch all my feeds now").
|
* first time or when clicking "fetch all my feeds now").
|
||||||
*/
|
*/
|
||||||
@WithDefault("true")
|
@WithDefault("true")
|
||||||
boolean enabled();
|
boolean enabled();
|
||||||
|
|||||||
Reference in New Issue
Block a user