![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "coins.h"
#include "dbwrapper.h"
#include <map>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | CCoinsViewDB |
class | CBlockTreeDB |
Variables | |
static const int64_t | nDefaultDbCache = 100 |
-dbcache default (MiB) More... | |
static const int64_t | nMaxDbCache = sizeof(void*) > 4 ? 16384 : 1024 |
max. -dbcache in (MiB) More... | |
static const int64_t | nMinDbCache = 4 |
min. -dbcache in (MiB) More... | |
|
static |
-dbcache default (MiB)
Definition at line 32 of file txdb.h.
Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().
|
static |
max. -dbcache in (MiB)
Definition at line 34 of file txdb.h.
Referenced by AppInit2(), HelpMessage(), and OptionsDialog::OptionsDialog().
|
static |
min. -dbcache in (MiB)
Definition at line 36 of file txdb.h.
Referenced by AppInit2(), HelpMessage(), and OptionsDialog::OptionsDialog().