Its possible for duplicate rules with the same DirKey to be stored in the cache. This can happen if you manually edit the config xml to create a duplicate rule with different settings from the one that is already stored in the cache. When you load RV and update DATs, the config file is updated and one of the rules is removed, however both will remain in the cache. To resolve this, you can remove one of rules and both will be deleted because they share the same DirKey.
Expected behavior: RV should check for duplicate rules when processing the config XML and show the user an error.
johnsanc
3 quarters ago
Its possible for duplicate rules with the same DirKey to be stored in the cache. This can happen if you manually edit the config xml to create a duplicate rule with different settings from the one that is already stored in the cache. When you load RV and update DATs, the config file is updated and one of the rules is removed, however both will remain in the cache. To resolve this, you can remove one of rules and both will be deleted because they share the same DirKey.
Expected behavior: RV should check for duplicate rules when processing the config XML and show the user an error.