From d5b983f7c1d7c34ae99301ed65a10a65d280e49c Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Wed, 12 Jun 2019 23:05:50 +0530 Subject: 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 --- ui-ci/src/main/resources/ci/conf/janusgraph.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ui-ci/src/main/resources/ci/conf/janusgraph.properties (limited to 'ui-ci/src/main/resources/ci/conf/janusgraph.properties') 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 -- cgit 1.2.3-korg