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

update

parent 01d424ef
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 ...@@ -35,7 +35,7 @@ public class SchemaCacheImpl implements ISchemaCache<String, String>, AutoClosea
String REDIS_SEARCH_PORT; String REDIS_SEARCH_PORT;
@Value("${aws.elasticache.cluster.key}") @Value("${aws.elasticache.cluster.key}")
String REDIS_SEARCH_KEY; String REDIS_SEARCH_KEY;
@Value("${aws.elasticache.cluster.schema.expiration:60}") @Value("${aws.elasticache.cluster.schema.expiration}")
String SCHEMA_CACHE_EXPIRATION; String SCHEMA_CACHE_EXPIRATION;
private ICache<String, String> cache; private ICache<String, String> cache;
private Boolean local = false; 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