diff options
| author | Jeff Garzik <[email protected]> | 2012-05-21 12:38:45 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-21 12:38:45 -0400 |
| commit | 9c137aaccf8900138f40fc9fecbc00b11828223a (patch) | |
| tree | cb8c99e82e31cf022425906ef80ff44f893cad90 /src/util.cpp | |
| parent | Merge pull request #1354 from fanquake/master (diff) | |
| download | discoin-9c137aaccf8900138f40fc9fecbc00b11828223a.tar.xz discoin-9c137aaccf8900138f40fc9fecbc00b11828223a.zip | |
BDB: restore DB_PRIVATE flag to environment
Satoshi's commits fdbf76d and c8ad9b8 (SVN import) removed the
DB_PRIVATE flag from the environment. In part, this enables processes
other than bitcoind to examine the active database environment.
However, this incurs a slight performance penalty versus working
entirely within application memory (DB_PRIVATE). Because bitcointools
and other direct-BDB-accessing tools are not used by the vast
majority of users, prefer to default with DB_PRIVATE with the option
of disabling it if needed via -privdb=0.
Diffstat (limited to 'src/util.cpp')
0 files changed, 0 insertions, 0 deletions