diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-21 19:45:00 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-21 19:48:32 +0200 |
commit | 3ae5838230a3aa381252f5873b3c96532fde3143 (patch) | |
tree | 62b4005969e09963c1d4aad044f8d7e0b4e36d1b /man | |
parent | Possibly fix a crash in the EventDelegateChooser (diff) | |
download | nheko-3ae5838230a3aa381252f5873b3c96532fde3143.tar.xz |
Add a way to compact the database
Can also be used to fix some corruption.
Diffstat (limited to 'man')
-rw-r--r-- | man/nheko.1.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/nheko.1.adoc b/man/nheko.1.adoc index 8327a061..cc4b8f74 100644 --- a/man/nheko.1.adoc +++ b/man/nheko.1.adoc @@ -58,6 +58,10 @@ Creates a unique profile, which allows you to log into several accounts at the same time and start multiple instances of nheko. Use _default_ to start with the default profile. +*-C*, *--compact*:: +Allows shrinking the database, since LMDB databases don't automatically shrink +when data is deleted. Possibly allows some recovery on database corruption. + == FAQ === How do I add stickers and custom emojis? |