nebulasio / explorer

Block Explorer of Nebulas

Home Page:https://explorer-flame.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it is slow to synchronize block

wanghn opened this issue · comments

we use a single thread to process grpc subscribe event, so sometimes it is slow to synchronize block which has too many transactions.

Can we introduce multi-thread to improve the sync speed?

Multi-threaded processing has been used, with separate thread pools for each topic