From c23a58fd92077b06a73f8773c730fcf9ccc173a3 Mon Sep 17 00:00:00 2001 From: Diwanshu Yadav <141809393+diwanshuydv@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:28:42 +0530 Subject: [PATCH] Updated jsonrpc server address corrected the address of jsonrpc server to http://localhost:8088/jsonrpc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abdaaf6e..0f605b00 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To run an example using the server and five terminals: term5:build$ ./bin/stinger_rmat_edge_generator -n 100000 -x 10000 This will start a stream of R-MAT edges over 100,000 vertices in batches of 10,000 edges. A connected component labeling -and PageRank scoring will be maintained. The JSON-RPC server will host an endpoint at http://localhost:8088/json-rpc +and PageRank scoring will be maintained. The JSON-RPC server will host an endpoint at http://localhost:8088/jsonrpc The total memory usage of the dynamic graph is limited to 1 GiB. Server Configuration