| 52 | } |
| 53 | |
| 54 | void QueryConfig::testingOverrideConfigUnsafe( |
| 55 | std::unordered_map<std::string, std::string>&& values) { |
| 56 | config_ = std::make_unique<config::ConfigBase>(std::move(values)); |
| 57 | VLOG(1) << "Morsel-driven Bolt enabled: " << this->morselDrivenEnabled() |
| 58 | << " (morselSize=" << this->morselSize() |
| 59 | << ", queueSize=" << this->morselDrivenPrimedQueueSize() << ")"; |
| 60 | } |
| 61 | |
| 62 | std::unordered_map<std::string, std::string> QueryConfig::rawConfigsCopy() |
| 63 | const { |