- πΊπΈUnited States torgosPizza Portland, OR
The issue appears to be the function
_votingapi_bayesian_regenerate()
in votingapi_bayesian.helpers.inc. That function performs a recalculation of every vote cast on every entity and stores the results in the cache; however, this is a duplication of effort because the core Voting API module already does this in hook_votingapi_results(). I can write a quick patch that just removes this function so that myself and others can use it.