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