Currently we store all ActivityPub data in a single SQLite db.
This forces us to use a mutex sync before writes.
Creating a db file per actor seems to mitigate that issue a little, but we need to take into account if we need to be doing joins between these dbs.