reduce max interval to 4h

This commit is contained in:
Athou
2025-02-12 18:11:20 +01:00
parent c3782bd7d2
commit 93f22d2351
2 changed files with 2 additions and 2 deletions

View File

@@ -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();
/**