change the default value of empirical interval calculation (#1677)

This commit is contained in:
Athou
2025-02-12 17:26:38 +01:00
parent 469420b5bf
commit 99c973c8c2

View File

@@ -192,7 +192,7 @@ public interface CommaFeedConfiguration {
*
* See {@link FeedRefreshIntervalCalculator} for details.
*/
@WithDefault("false")
@WithDefault("true")
boolean intervalEmpirical();
/**