diff options
Diffstat (limited to 'aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties')
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties b/aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties new file mode 100644 index 0000000..8acd0bd --- /dev/null +++ b/aai-resources/bundleconfig-local/etc/appprops/titan-realtime.properties @@ -0,0 +1,14 @@ +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 +# 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 |