void
void copied to clipboard
Optimize
Chats can sometimes be slow if you add too many.
Ideally, we'd store each chat as its own key in storageService, instead of storing them all in one JSON. See chatThreadService for more.
I can take a stab at this! Has anyone picked it up?
sqllite?
When I pull main on on my laptop it's using SQLite with SQLiteStorageDatabase. I think this issue suggests changing the way the chats are stored to be in separate keys rather than all in one key.