opentensor/async-substrate-interface

Improve DiskCachedAsyncSubstrateInterface

Closed this issue · 0 comments

It works well with a handful of concurrent writes, but becomes unreadable/unwriteable doing a few hundred. This is due to the not-always-open design.

Can probably use https://pypi.org/project/aiosqlite/