Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
lbrycrd
Commits
c9637f8e
Commit
c9637f8e
authored
Jun 23, 2020
by
Brannon King
Browse files
scaled back the dbcache change
parent
176491d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/txdb.h
View file @
c9637f8e
...
...
@@ -58,7 +58,7 @@ class uint256;
//! No need to periodic flush if at least this much space still available.
static
constexpr
int
MAX_BLOCK_COINSDB_USAGE
=
10
;
//! -dbcache default (MiB)
static
const
int64_t
nDefaultDbCache
=
4096
;
static
const
int64_t
nDefaultDbCache
=
800
;
//! -dbbatchsize default (bytes)
static
const
int64_t
nDefaultDbBatchSize
=
16
<<
20
;
//! max. -dbcache (MiB)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment