pubky / pubky-nexus

The Nexus between Pubky homeservers and Pubky-App social features.
MIT License
8 stars 1 forks source link

Feat (service): re-enable counts from index #216

Open SHAcollision opened 2 days ago

SHAcollision commented 2 days ago

We disabled serving UserCounts and PostCounts from index as the numbers were drifting from real time graph queries over time. We should aim to re-enable:

These are the two disabled regions https://github.com/pubky/pubky-nexus/blob/54b41eb37fa501483caa2aae8cdfb0e0eb822480/src/models/post/counts.rs#L23-L37

https://github.com/pubky/pubky-nexus/blob/54b41eb37fa501483caa2aae8cdfb0e0eb822480/src/models/user/counts.rs#L28-L40