Join Nostr
2023-01-30 13:13:34 UTC
in reply to

dcs on Nostr: It uses asyncio. The database is the bottleneck – you can use SQLite or postgresql. ...

It uses asyncio. The database is the bottleneck – you can use SQLite or postgresql. Postgres would be better for scalability.