Fix the bitcoin polling logic
davout opened this issue · 2 comments
davout commented
It's suboptimal to poll the client for each user every 3 minutes, especially with no concurrency lock
davout commented
Concurrency lock added, the logic still could use some performance improvements.
davout commented
bitcoin polling is much more performant right now, and i can't think about a better one right now.
someone feel free to reopen with good ideas :)