mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-27 00:28:52 +02:00
doc: add release notes
This commit is contained in:
8
doc/release-notes-35295.md
Normal file
8
doc/release-notes-35295.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Performance Improvements
|
||||
------------------------
|
||||
|
||||
- Block validation can now prefetch input prevouts from the chainstate database
|
||||
in parallel while connecting blocks, speeding up validation when prevouts need
|
||||
to be read from disk. A new `-prevoutfetchthreads=<n>` option controls the
|
||||
number of prefetch worker threads. The default is 8 threads, up to a maximum
|
||||
of 16; set it to 0 to disable parallel prefetching. (#35295)
|
||||
Reference in New Issue
Block a user