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,
|
||||
"maxPeers": 108,
|
||||
"minOutboundPeers": 42,
|
||||
"maxNetworkThreadPoolSize": 600,
|
||||
"repositoryConnectionPoolSize": 1220,
|
||||
"maxNetworkThreadPoolSize": 2600,
|
||||
"repositoryConnectionPoolSize": 3220,
|
||||
"apiWhitelistEnabled": false,
|
||||
"blockCacheSize": 1042,
|
||||
"apiRestricted": false
|
||||
"apiRestricted": false,
|
||||
"autoRestartEnabled": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user