Commit 5569dc08 authored by mdj33's avatar mdj33 Committed by vipwzw

remove main jrpc interface

parent f99e3d2e
...@@ -60,7 +60,7 @@ grpcBindAddr="localhost:8902" ...@@ -60,7 +60,7 @@ grpcBindAddr="localhost:8902"
whitelist=["127.0.0.1"] whitelist=["127.0.0.1"]
jrpcFuncWhitelist=["*"] jrpcFuncWhitelist=["*"]
grpcFuncWhitelist=["*"] grpcFuncWhitelist=["*"]
mainnetJrpcAddr= "http://localhost:8801"
[mempool] [mempool]
name="timeline" name="timeline"
......
...@@ -4,7 +4,7 @@ worker_processes 1; ...@@ -4,7 +4,7 @@ worker_processes 1;
events { events {
#worker_connections 1024 may not enough #worker_connections 1024 may not enough
worker_connections 10240; worker_connections 204800;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment