We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb311a commit 1e25e6fCopy full SHA for 1e25e6f
src/dbwrapper.cpp
@@ -429,7 +429,7 @@ MDBXWrapper::MDBXWrapper(const DBParams& params)
429
430
LogPrintf("Opening MDBX in %s\n", fs::PathToString(params.path));
431
432
- DBContext().create_params.geometry.pagesize = 16384;
+ DBContext().create_params.geometry.pagesize = 4096;
433
434
// We need this because of some unpleasant (for us) passing around of the
435
// Chainstate between threads during initialization.
0 commit comments