Skip to content
Snippets Groups Projects
Commit a28e3529 authored by Neha Khandelwal's avatar Neha Khandelwal Committed by Mark Chance
Browse files

update variable names

parent 4ef761a7
No related branches found
No related tags found
1 merge request!584Implement autocomplete using suggester on bagOfWords field
......@@ -28,7 +28,7 @@ import javax.inject.Named;
@Configuration
public class AzureBootstrapConfig {
@Value("${elastic.cursor.expiration}")
@Value("${elastic.cache.expiration}")
private Integer elasticCacheExpiration;
@Value("${elastic.cache.maxSize}")
......
......@@ -61,7 +61,7 @@ tenantInfo.container.name=TenantInfo
cache.provider=redis
# VM
elastic.cursor.expiration=${ELASTIC_CACHE_EXPIRATION}
elastic.cache.expiration=${ELASTIC_CACHE_EXPIRATION}
elastic.cache.maxSize=${MAX_CACHE_VALUE_SIZE}
elastic.cursor.expiration=1
group.cache.expiration=5
......
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