diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2019-06-12 23:05:50 +0530 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-06-13 08:04:59 +0000 |
commit | d5b983f7c1d7c34ae99301ed65a10a65d280e49c (patch) | |
tree | 542760710250d07d6546b7b75383a85d829f6970 /ui-ci/src/main/resources/ci/conf/janusgraph.properties | |
parent | 6a000e1f45c851ac81debe326e1f1e931987612e (diff) |
Upgrade SDC from Titan to Janus Graph
Upgrade SDC from Titan to Janus Graph
Change-Id: I6ba55643f05e83ac3b63cb9b72b69d3bf700aeab
Issue-ID: SDC-2296
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'ui-ci/src/main/resources/ci/conf/janusgraph.properties')
-rw-r--r-- | ui-ci/src/main/resources/ci/conf/janusgraph.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui-ci/src/main/resources/ci/conf/janusgraph.properties b/ui-ci/src/main/resources/ci/conf/janusgraph.properties new file mode 100644 index 0000000000..94d12cfba0 --- /dev/null +++ b/ui-ci/src/main/resources/ci/conf/janusgraph.properties @@ -0,0 +1,7 @@ +storage.backend=cassandra +storage.hostname=cassandrahost +storage.port=9160 + +cache.db-cache-clean-wait = 20 +cache.db-cache-time = 180000 +cache.db-cache-size = 0.5
\ No newline at end of file |