We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c654e commit ceb7778Copy full SHA for ceb7778
IOPool/Input/src/RootTree.cc
@@ -415,7 +415,6 @@ namespace edm {
415
auxCache_ = createCacheWithSize(1 * 1024 * 1024);
416
if (auxCache_) {
417
auxCache_->SetEnablePrefetching(enablePrefetching_);
418
- auxCache_->SetEnablePrefetching(false);
419
auxCache_->SetLearnEntries(0);
420
auxCache_->StartLearningPhase();
421
auxCache_->SetEntryRange(0, tree_->GetEntries());
0 commit comments