Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Mar 22, 2024
1 parent 3c83997 commit 0070e75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mdbxdist/mdbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -19725,6 +19725,8 @@ __cold static int env_open(MDBX_env *env, mdbx_mode_t mode) {
}
}

env->me_options.prefer_waf_insteadof_balance = true;

rc = (env->me_flags & MDBX_RDONLY)
? MDBX_SUCCESS
: osal_ioring_create(&env->me_ioring
Expand Down

0 comments on commit 0070e75

Please sign in to comment.