store.sqlite3 size #2132
Replies: 1 comment 1 reply
-
|
I do not see a retention-period setting for The knobs that affect growth are at the storage/sync level. For NOWEB, the session store can be enabled/disabled and For the timeout side, avoid asking for huge overviews/messages in one request. The API has paged/limited message reads, and the chats overview also has a POST path for narrowing by IDs. If you need to reclaim disk from an existing file, back it up first and use the project's delete/clear endpoints or recreate the store; manual SQLite edits are easy to make inconsistent. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I noticed that for some sessions the file store.sqlite3 is big.
Is there any param in order to set up a retention like 2 weeks for the messages in order to shrink / keep small the database?
I noticed that many request to /api/session/chats/overview?limit=10&merge=true are going in timeout, I don't know if this is related.
Regards
Beta Was this translation helpful? Give feedback.
All reactions