Skip to content

Fix strong_memoize usages in mirror services

Vasilii Iakliushin requested to merge 454341_fix_strong_memoize into master

What does this MR do and why?

Contributes to #454341 (closed)

Problem

This bug was spotted during the review. We used a strong_memoize method without taking a method paramaters in the account. Luckly, this method was called only once and didn't cause any problems.

Solution

Use strong_memoize_with that supports method parameters.

Merge request reports