Closed U-lis closed 2 weeks 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.
I've resolved this issue by querying stake data inside the worker, not in to tracker.
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.