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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue