grpc add update (#398)
Some checks failed
abi-consistent-check / build-and-compare (push) Has been cancelled
code-coverage / unittest-cov (push) Has been cancelled
rust / check (push) Has been cancelled
rust / test (push) Has been cancelled
rust / lints (push) Has been cancelled
functional-test / test (push) Has been cancelled

* Update config-mainnet-turbo.toml

* Update grpc config-mainnet-turbo.toml
This commit is contained in:
molla202 2025-10-24 05:05:10 +03:00 committed by GitHub
parent cf11e1b68a
commit b857728660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,6 +324,9 @@ neighbors_only = true
# HTTP server address to bind for admin and debug RPC. # HTTP server address to bind for admin and debug RPC.
# listen_address_admin = "0.0.0.0:5679" # listen_address_admin = "0.0.0.0:5679"
## Grpc server address to bind
# listen_address_grpc = "0.0.0.0:50051"
# Number of chunks for a single segment. # Number of chunks for a single segment.
# chunks_per_segment = 1024 # chunks_per_segment = 1024