Link to mempool page added to mempool_error.hml

This commit is contained in:
moneroexamples 2017-05-25 13:43:33 +08:00
parent 4500e640c3
commit e9143c523c
2 changed files with 6 additions and 3 deletions

View File

@ -55,7 +55,7 @@ namespace xmreg
"you can specify mainnet url, if you run it on testnet. link will show on front page to mainnet explorer")
("no-blocks-on-index", value<string>()->default_value("10"),
"number of last blocks to be shown on index page")
("network-info-timeout", value<string>()->default_value("3000"),
("network-info-timeout", value<string>()->default_value("5000"),
"maximum time, in milliseconds, to wait for network and mempool data availability")
("bc-path,b", value<string>(),
"path to lmdb folder of the blockchain, e.g., ~/.bitmonero/lmdb")

View File

@ -4,7 +4,10 @@
<h4 style="font-size: 14px; margin-top: 0px"></h4>
<div class="center info" style="text-align: center;width:80%;color:#949490">
Newtork info and mempool data preparation failed.
Its processing took longer than expected and it timed out. Sorry.
<p>Newtork info and mempool data preparation for the front page failed.
Its processing took longer than expected and it timed out.
To view mempool without time constrain,
go to dedicated mempool page: <a href="/mempool">memory pool</a>
</p>
</div>