forked from Archives/Athou_commafeed
reduce max interval to 4h
This commit is contained in:
@@ -402,7 +402,7 @@ Environment variable: `COMMAFEED_FEED_REFRESH_MAX_INTERVAL`</td>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
`24H`
|
||||
`4H`
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -182,7 +182,7 @@ public interface CommaFeedConfiguration {
|
||||
* <li>we receive a Retry-After header from the feed</li>
|
||||
* </ul>
|
||||
*/
|
||||
@WithDefault("24h")
|
||||
@WithDefault("4h")
|
||||
Duration maxInterval();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user