Skip to content
Snippets Groups Projects
Commit adebaa24 authored by Bill Wang's avatar Bill Wang
Browse files

fix

parent 8cafbc6f
No related branches found
No related tags found
1 merge request!191EKS Deploy
......@@ -35,7 +35,7 @@ public class SchemaCacheImpl implements ISchemaCache<String, String>, AutoClosea
String REDIS_SEARCH_PORT;
@Value("${aws.elasticache.cluster.key:null}")
String REDIS_SEARCH_KEY;
@Value("${aws.elasticache.cluster.schema.expiration:null}")
@Value("${aws.elasticache.cluster.schema.expiration:60}")
String SCHEMA_CACHE_EXPIRATION;
private ICache<String, String> cache;
private Boolean local = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment