mempool-refresh-time changed to 5 seconds by default

This commit is contained in:
moneroexamples 2017-08-22 07:05:14 +08:00
parent ad3e14a3aa
commit feb9dabf69
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ namespace xmreg
"number of last blocks to be shown on index page")
("mempool-info-timeout", value<string>()->default_value("5000"),
"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")
("bc-path,b", value<string>(),
"path to lmdb folder of the blockchain, e.g., ~/.bitmonero/lmdb")

View File

@ -137,7 +137,7 @@ namespace xmreg
vector<pair<txout_to_key, uint64_t>>& output_pub_keys,
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>
summary_of_in_out_rct(const json& _json);