summaryrefslogtreecommitdiffstats
path: root/cookbooks/aai-traversal/aai-traversal-config/templates/default/aai-traversal-app-config/titan-cached.properties
blob: d6c9c2d893e4af8961e9257d6f1a20409d8242cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# the following parameters are not reloaded automatically and require a manual bounce
query.fast-property=true
storage.backend=hbase
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 %>