mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
db size changed to 30GB
This commit is contained in:
parent
a136d90b92
commit
c5a9ae5792
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ namespace xmreg
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
static const uint64_t DEFAULT_MAPSIZE = 20UL * 1024UL * 1024UL * 1024UL; /* 10 GiB */
|
static const uint64_t DEFAULT_MAPSIZE = 30UL * 1024UL * 1024UL * 1024UL; /* 30 GiB */
|
||||||
static const uint64_t DEFAULT_NO_DBs = 10;
|
static const uint64_t DEFAULT_NO_DBs = 10;
|
||||||
|
|
||||||
|
|
||||||
|
@ -490,7 +490,7 @@ namespace xmreg
|
||||||
{
|
{
|
||||||
cerr << e.what() << endl;
|
cerr << e.what() << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
print_all(const string& db_name)
|
print_all(const string& db_name)
|
||||||
|
|
Loading…
Reference in a new issue