Update config_example.json

Change block polling interval to 1 second for example configuration
Reduce historical retention to improve client browser performance for example configuration
This commit is contained in:
hellcatz 2017-04-08 14:36:59 -07:00 committed by GitHub
parent e0d4c9bd36
commit 9192bd1aa0
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
},
"defaultPoolConfigs": {
"blockRefreshInterval": 30,
"blockRefreshInterval": 1000,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 600,
"emitInvalidBlockHashes": false,
@ -36,7 +36,7 @@
"stratumHost": "cryppit.com",
"stats": {
"updateInterval": 30,
"historicalRetention": 43200,
"historicalRetention": 14400,
"hashrateWindow": 300
},
"adminCenter": {