This is an automated email from the ASF dual-hosted git repository.

vgalaxies pushed a commit to branch fix-docker
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git

commit c2fe62d2dca0ef5b9f93f91927b763ec50b192eb
Author: VGalaxies <[email protected]>
AuthorDate: Wed Aug 14 19:12:32 2024 +0800

    use rocksdb as default backend
---
 .../src/assembly/static/conf/graphs/hugegraph.properties              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hugegraph-server/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties
 
b/hugegraph-server/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties
index 1a3532914..66a062191 100644
--- 
a/hugegraph-server/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties
+++ 
b/hugegraph-server/hugegraph-dist/src/assembly/static/conf/graphs/hugegraph.properties
@@ -19,13 +19,13 @@ edge.cache_type=l2
 
 #vertex.default_label=vertex
 
-backend=hstore
+backend=rocksdb
 serializer=binary
 
 store=hugegraph
 
 # pd config
-pd.peers=127.0.0.1:8686
+#pd.peers=127.0.0.1:8686
 
 # task config
 task.scheduler_type=local

Reply via email to