You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
dev::GenericTrieDB::at(bytesConstRef _key) queries data in leveldb serveral times, which often takes millionseconds. But sometime it runs so slowly and takes more than 1 second. As a result, BlockChain::sync() may imports a block for more than 20s. So the sync process can not catch up.
Then I tried to upgrade LevelDB to v1.22, but it failed to query data in old data.
I think there is a problem with compatibility.