mempool-refresh-time changed to 5 seconds by default

basicauth
moneroexamples 7 years ago
parent ad3e14a3aa
commit feb9dabf69

@ -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")

@ -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);

Loading…
Cancel
Save