add hash calc config.use_write_cache (#24005)

This commit is contained in:
Jeff Washington (jwash)
2022-03-30 17:19:34 -05:00
committed by GitHub
parent 82c5230bc2
commit 125f9634fd
3 changed files with 22 additions and 8 deletions

View File

@@ -129,6 +129,7 @@ impl AccountsHashVerifier {
use_bg_thread_pool: true,
check_hash: false,
ancestors: None,
use_write_cache: false,
},
timings,
)