mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
mempool-refresh-time changed to 5 seconds by default
This commit is contained in:
parent
ad3e14a3aa
commit
feb9dabf69
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ namespace xmreg
|
||||||
"number of last blocks to be shown on index page")
|
"number of last blocks to be shown on index page")
|
||||||
("mempool-info-timeout", value<string>()->default_value("5000"),
|
("mempool-info-timeout", value<string>()->default_value("5000"),
|
||||||
"maximum time, in milliseconds, to wait for mempool data for the front page")
|
"maximum time, in milliseconds, to wait for mempool data for the front page")
|
||||||
("mempool-refresh-time", value<string>()->default_value("10"),
|
("mempool-refresh-time", value<string>()->default_value("5"),
|
||||||
"time, in seconds, for each refresh of mempool state")
|
"time, in seconds, for each refresh of mempool state")
|
||||||
("bc-path,b", value<string>(),
|
("bc-path,b", value<string>(),
|
||||||
"path to lmdb folder of the blockchain, e.g., ~/.bitmonero/lmdb")
|
"path to lmdb folder of the blockchain, e.g., ~/.bitmonero/lmdb")
|
||||||
|
|
|
@ -137,7 +137,7 @@ namespace xmreg
|
||||||
vector<pair<txout_to_key, uint64_t>>& output_pub_keys,
|
vector<pair<txout_to_key, uint64_t>>& output_pub_keys,
|
||||||
vector<txin_to_key>& input_key_imgs);
|
vector<txin_to_key>& input_key_imgs);
|
||||||
|
|
||||||
// this version for mempool txs from json
|
// this version for mempool txs from json
|
||||||
array<uint64_t, 6>
|
array<uint64_t, 6>
|
||||||
summary_of_in_out_rct(const json& _json);
|
summary_of_in_out_rct(const json& _json);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue