planetarium / NineChronicles.SeasonPass

Season pass service of Nine Chronicles
GNU Affero General Public License v3.0
1 stars 2 forks source link

Faster block tracker #158

Closed U-lis closed 2 weeks ago

U-lis commented 3 months ago

Majority of slow tracker is cased by fetching stake data. If we store stake data into DB and update when "stake" action detected, this process will be way faster.

U-lis commented 2 weeks ago

I've resolved this issue by querying stake data inside the worker, not in to tracker.