mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
reduce max interval to 4h
This commit is contained in:
@@ -402,7 +402,7 @@ Environment variable: `COMMAFEED_FEED_REFRESH_MAX_INTERVAL`</td>
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
`24H`
|
`4H`
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ public interface CommaFeedConfiguration {
|
|||||||
* <li>we receive a Retry-After header from the feed</li>
|
* <li>we receive a Retry-After header from the feed</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
@WithDefault("24h")
|
@WithDefault("4h")
|
||||||
Duration maxInterval();
|
Duration maxInterval();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user