new setting for deleting old entries (fix #524)

This commit is contained in:
Athou
2014-12-04 10:22:57 +01:00
parent e40dd14bbf
commit 9110cfd923
11 changed files with 114 additions and 20 deletions

View File

@@ -110,6 +110,10 @@ public class CommaFeedConfiguration extends Configuration {
@Min(0)
private int keepStatusDays;
@NotNull
@Min(0)
private int maxFeedCapacity;
@NotNull
@Min(0)
private int refreshIntervalMinutes;