diff options
Diffstat (limited to 'aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties')
-rw-r--r-- | aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties b/aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties new file mode 100644 index 0000000..989f3be --- /dev/null +++ b/aai-traversal/bundleconfig-local/etc/appprops/titan-realtime.properties @@ -0,0 +1,15 @@ +query.fast-property=true +# the following parameters are not reloaded automatically and require a manual bounce +#storage.backend=inmemory +storage.backend=inmemory +storage.hostname=localhost + +#schema.default=none +storage.lock.wait-time=300 +storage.hbase.table=aaigraph-dev02 +storage.hbase.ext.zookeeper.znode.parent=/hbase +# Setting db-cache to false ensure the fastest propagation of changes across servers +cache.db-cache = false + +#load graphson file on startup +load.snapshot.file=false |