Set jsonrpc-threads to 4 on bootnodes

This commit is contained in:
phahulin 2018-01-04 15:51:50 +03:00 committed by GitHub
parent f50f67e813
commit c3a88696fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ port = 30303
[rpc]
#apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]
apis = ["web3","eth","net"]
threads = 4