-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.config.ini
42 lines (34 loc) · 1.07 KB
/
api.config.ini
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
31
32
33
34
35
36
37
38
39
40
41
42
# API Settings
transaction-finality-status-max-storage-size-gb = 20
transaction-retry-max-storage-size-gb = 1
enable-account-queries = true
read-only-threads = 8
# Common Settings
blocks-dir = "/data01/WAX/blocks"
agent-name = EOSUSA WAX-API01
http-server-address = 0.0.0.0:8888
p2p-listen-endpoint = 0.0.0.0:9876
p2p-server-address = wax.eosusa.news:9875
plugin = eosio::http_plugin
plugin = eosio::chain_api_plugin
plugin = eosio::db_size_api_plugin
access-control-allow-origin = *
access-control-allow-headers = Origin, X-Requested-With, Content-Type, Accept
http-validate-host = false
verbose-http-errors = true
abi-serializer-max-time-ms = 2000
http-max-response-time-ms = 100000
disable-subjective-p2p-billing = false
disable-subjective-api-billing = false
subjective-account-decay-time-minutes = 60
resource-monitor-space-threshold = 98
chain-state-db-size-mb = 120000
database-map-mode = mapped_private
max-clients = 150
sync-fetch-span = 200
p2p-max-nodes-per-host = 100
chain-threads = 4
net-threads = 4
http-threads = 8
producer-threads = 4
p2p-peer-address = 10.10.10.108:9876