mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
cache config no longer used
This commit is contained in:
@@ -13,7 +13,6 @@ import lombok.Getter;
|
||||
import org.apache.commons.lang.time.DateUtils;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.google.common.cache.CacheBuilderSpec;
|
||||
|
||||
@Getter
|
||||
public class CommaFeedConfiguration extends Configuration {
|
||||
@@ -27,11 +26,6 @@ public class CommaFeedConfiguration extends Configuration {
|
||||
@JsonProperty("database")
|
||||
private DataSourceFactory database = new DataSourceFactory();
|
||||
|
||||
@Valid
|
||||
@NotNull
|
||||
@JsonProperty("authenticationCachePolicy")
|
||||
private CacheBuilderSpec authenticationCachePolicy;
|
||||
|
||||
@Valid
|
||||
@NotNull
|
||||
@JsonProperty("app")
|
||||
|
||||
Reference in New Issue
Block a user