configurable filtering expression evaluation timeout

This commit is contained in:
Athou
2024-08-17 23:26:42 +02:00
parent 3627ee369d
commit ede7834cb8
3 changed files with 18 additions and 2 deletions

View File

@@ -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 {