summaryrefslogtreecommitdiffstats
path: root/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties
blob: ca2e6c587569ca838d2bf0d0d7341b205ab0ee3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# the following parameters are not reloaded automatically and require a manual bounce
query.fast-property=true
query.smart-limit=false
storage.backend=<%= @STORAGE_BACKEND %>
storage.hostname=<%= @STORAGE_HOSTNAME %>
#schema.default=none
storage.lock.wait-time=300
storage.hbase.table=<%= @STORAGE_HBASE_TABLE %>
storage.hbase.ext.zookeeper.znode.parent=<%= @STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT %>
#caching on
cache.db-cache = true
cache.db-cache-clean-wait = <%= @DB_CACHE_CLEAN_WAIT %>
cache.db-cache-time = <%= @DB_CACHE_TIME %>
cache.db-cache-size = <%= @DB_CACHE_SIZE %>