Commit df1ee44
committed
Fix parallel tx processing disabled for X_BONSAI_ARCHIVE storage format
BesuCommand gated isParallelTxProcessingEnabled behind a strict
DataStorageFormat.BONSAI equality check. Archive nodes use
X_BONSAI_ARCHIVE, so the flag was never set and defaulted to false,
silently disabling parallel transaction processing on all archive nodes.
Changed to isBonsaiFormat() which covers both BONSAI and X_BONSAI_ARCHIVE.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Jason Frame <jason.frame@consensys.net>1 parent 58f63e1 commit df1ee44
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2074 | 2074 | | |
2075 | 2075 | | |
2076 | 2076 | | |
2077 | | - | |
| 2077 | + | |
2078 | 2078 | | |
2079 | 2079 | | |
2080 | 2080 | | |
| |||
0 commit comments