modified default settings.json to include autoRestartEnabled set to true.
This commit is contained in:
parent
512613a9b4
commit
4da61ac6a7
@ -2,9 +2,10 @@
|
|||||||
"apiDocumentationEnabled":true,
|
"apiDocumentationEnabled":true,
|
||||||
"maxPeers": 108,
|
"maxPeers": 108,
|
||||||
"minOutboundPeers": 42,
|
"minOutboundPeers": 42,
|
||||||
"maxNetworkThreadPoolSize": 600,
|
"maxNetworkThreadPoolSize": 2600,
|
||||||
"repositoryConnectionPoolSize": 1220,
|
"repositoryConnectionPoolSize": 3220,
|
||||||
"apiWhitelistEnabled": false,
|
"apiWhitelistEnabled": false,
|
||||||
"blockCacheSize": 1042,
|
"blockCacheSize": 1042,
|
||||||
"apiRestricted": false
|
"apiRestricted": false,
|
||||||
|
"autoRestartEnabled": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user