mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
Update FAQ.md
This commit is contained in:
parent
e20ac4cebc
commit
8e44a3d446
1 changed files with 2 additions and 6 deletions
|
|
@ -14,9 +14,5 @@ CCash isn't a crypto, simply a ledger keeping track of who owns what.
|
|||
Because this usecase requires none of the features a database would offer.
|
||||
### People are making too many accounts maliciously to fill up space on my server!
|
||||
Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
|
||||
### My instance is taking up too much RAM
|
||||
Reduce log size.
|
||||
### My instance is taking up too much disk spac
|
||||
Use the prune users endpoint to dead accounts or you can reduce log size but should be a last resort.
|
||||
### My instance is slow
|
||||
Toggling off logs will increase performance. On some devices multi threading increases performance, on others the overhead isn't worth the benefit.
|
||||
### My instance is taking up too much storage or RAM
|
||||
Reduce log size and/or use the prune users endpoint to remove dead accounts.
|
||||
|
|
|
|||
Loading…
Reference in a new issue