d6c9c2d893e4af8961e9257d6f1a20409d8242cf
[oom.git] / kubernetes / config / docker / init / src / config / aai / aai-config / cookbooks / aai-traversal / aai-traversal-config / templates / default / aai-traversal-app-config / titan-cached.properties
1 # the following parameters are not reloaded automatically and require a manual bounce
2 query.fast-property=true
3 storage.backend=hbase
4 storage.hostname=<%= @STORAGE_HOSTNAME %>
5 #schema.default=none
6 storage.lock.wait-time=300
7 storage.hbase.table=<%= @STORAGE_HBASE_TABLE %>
8 storage.hbase.ext.zookeeper.znode.parent=<%= @STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT %>
9 #caching on
10 cache.db-cache = true
11 cache.db-cache-clean-wait = <%= @DB_CACHE_CLEAN_WAIT %>
12 cache.db-cache-time = <%= @DB_CACHE_TIME %>
13 cache.db-cache-size = <%= @DB_CACHE_SIZE %>