mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
configurable filtering expression evaluation timeout
This commit is contained in:
@@ -167,6 +167,12 @@ public interface CommaFeedConfiguration {
|
||||
*/
|
||||
@WithDefault("0")
|
||||
Duration userInactivityPeriod();
|
||||
|
||||
/**
|
||||
* Duration after which the evaluation of a filtering expresion to mark an entry as read is considered to have timed out.
|
||||
*/
|
||||
@WithDefault("500ms")
|
||||
Duration filteringExpressionEvaluationTimeout();
|
||||
}
|
||||
|
||||
interface Database {
|
||||
|
||||
Reference in New Issue
Block a user