Skip to content

in-memory storage: compute missing counters

In order to count "person", "origin_visit", and "skipped_content" objects, changes have been made in the functions "_person_add()","origin_visit_add()" and "content_add()" respectively. This issue has been fixed by adding entries to self._object which shall be counted by "in_memory.Storage.stat_counter()" function.


Migrated from D1362 (view on Phabricator)

Merge request reports