mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
new setting for deleting old entries (fix #524)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user