add --accounts-index-scan-results-limit-mb to allow scans to abort (#21327)
* ScanConfig -> &ScanConfig * add --accounts-index-scan-results-limit-mb to allow scans to abort * feedback
This commit is contained in:
committed by
GitHub
parent
48dfdfb4d5
commit
79d21d6805
@ -267,7 +267,7 @@ fn bench_concurrent_scan_write(bencher: &mut Bencher) {
|
||||
&Ancestors::default(),
|
||||
0,
|
||||
AccountSharedData::default().owner(),
|
||||
ScanConfig::default(),
|
||||
&ScanConfig::default(),
|
||||
)
|
||||
.unwrap(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user