-
Notifications
You must be signed in to change notification settings - Fork 0
/
.parameters.json
30 lines (30 loc) · 996 Bytes
/
.parameters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"batch_size": 500000,
"block_synchronizer": {
"certificates_synchronize_timeout": "2_000ms",
"handler_certificate_deliver_timeout": "2_000ms",
"payload_availability_timeout": "2_000ms",
"payload_synchronize_timeout": "2_000ms",
"range_synchronize_timeout": "30_000ms"
},
"consensus_api_grpc": {
"get_collections_timeout": "5_000ms",
"remove_collections_timeout": "5_000ms",
"socket_addr": "/ip4/0.0.0.0/tcp/0/http"
},
"gc_depth": 50,
"header_num_of_batches_threshold": 32,
"max_batch_delay": "200ms",
"max_concurrent_requests": 500000,
"max_header_delay": "2000ms",
"max_header_num_of_batches": 1000,
"network_admin_server": {
"primary_network_admin_server_port": 0,
"worker_network_admin_server_base_port": 0
},
"prometheus_metrics": {
"socket_addr": "/ip4/127.0.0.1/tcp/0/http"
},
"sync_retry_delay": "10_000ms",
"sync_retry_nodes": 3
}