| 122 | } |
| 123 | |
| 124 | bool ValdiRuntimeTweaks::useTopDownMoveOrder() const { |
| 125 | auto configKey = |
| 126 | StringCache::getGlobal().makeStringFromLiteral(std::string_view("VALDI_MAX_VIEW_OPERATIONS_PROCESSING_TIME")); |
| 127 | return _tweakValueProvider->getInt(configKey, 0) > 0; |
| 128 | } |
| 129 | |
| 130 | bool ValdiRuntimeTweaks::enableMmapModuleArchives() const { |
| 131 | return getConfigKey("VALDI_ENABLE_MMAP_MODULE_ARCHIVES"); |
no test coverage detected