diff options
Diffstat (limited to 'aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties')
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties b/aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties new file mode 100644 index 0000000..c866a9c --- /dev/null +++ b/aai-resources/bundleconfig-local/etc/appprops/titan-cached.properties @@ -0,0 +1,17 @@ +query.fast-property=true +# the following parameters are not reloaded automatically and require a manual bounce +storage.backend=inmemory +storage.hostname=localhost + +#schema.default=none +storage.lock.wait-time=300 +storage.hbase.table=aaigraph-dev1.dev +storage.hbase.ext.zookeeper.znode.parent=/hbase +#caching on +cache.db-cache = true +cache.db-cache-clean-wait = 20 +cache.db-cache-time = 180000 +cache.db-cache-size = 0.3 + +#load graphson file on startup +load.snapshot.file=false |