diff options
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/conf/janusgraph.properties')
-rw-r--r-- | test-apis-ci/src/main/resources/ci/conf/janusgraph.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test-apis-ci/src/main/resources/ci/conf/janusgraph.properties b/test-apis-ci/src/main/resources/ci/conf/janusgraph.properties new file mode 100644 index 0000000000..5411a44224 --- /dev/null +++ b/test-apis-ci/src/main/resources/ci/conf/janusgraph.properties @@ -0,0 +1,11 @@ +storage.backend=cassandra +storage.hostname=localhost +storage.port=9160 + +cache.db-cache = false +cache.db-cache-clean-wait = 20 +cache.db-cache-time = 180000 +cache.db-cache-size = 0.5 + +cache.tx-cache-size = 500000 +storage.cassandra.keyspace=sdctitan |