mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📝
This commit is contained in:
parent
52677f0576
commit
d46fe68559
2 changed files with 7 additions and 5 deletions
10
docs/FAQ.md
10
docs/FAQ.md
|
|
@ -4,6 +4,7 @@
|
||||||
#### A : You can with [build docs](https://github.com/EntireTwix/CCash/blob/main/docs/building.md) you can build from source or use the Docker package.
|
#### A : You can with [build docs](https://github.com/EntireTwix/CCash/blob/main/docs/building.md) you can build from source or use the Docker package.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Q : Why is my username invalid
|
#### Q : Why is my username invalid
|
||||||
#### A : Usernames are restricted by minecraft's requirements
|
#### A : Usernames are restricted by minecraft's requirements
|
||||||
* lowercase letters
|
* lowercase letters
|
||||||
|
|
@ -12,30 +13,31 @@
|
||||||
* Length must be atleast 3 and at most 16 characters.
|
* Length must be atleast 3 and at most 16 characters.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Q : Is this a crypto like krist?
|
#### Q : Is this a crypto like krist?
|
||||||
#### A : CCash isn't a crypto, the economy you decide to implement is entirely up to you.
|
#### A : CCash isn't a crypto, the economy you decide to implement is entirely up to you.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Q : Why isnt this on a database?
|
#### Q : Why isnt this on a database?
|
||||||
#### A : Because this usecase requires none of the features a database would offer.
|
#### A : Because this usecase requires none of the features a database would offer.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Q : People are making too many accounts maliciously to fill up space on my server!
|
#### Q : People are making too many accounts maliciously to fill up space on my server!
|
||||||
#### A : Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
|
#### A : Consider disabling `ADD_USER_OPEN` in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
|
||||||
|
|
||||||
|
|
||||||
#### Q : People are making too many transactions filling up space on my server!
|
|
||||||
#### A : Consider setting the variable `MAX_LOG_SIZE` to 0 in the [build proccess](https://github.com/EntireTwix/CCash/blob/main/docs/building.md).
|
|
||||||
|
|
||||||
|
|
||||||
#### Q : My instance is taking up too much RAM
|
#### Q : My instance is taking up too much RAM
|
||||||
#### A : Reduce log size.
|
#### A : Reduce log size.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Q : My instance is taking up too much disk spac
|
#### Q : My instance is taking up too much disk spac
|
||||||
#### A : Use the prune users endpoint to dead accounts or you can reduce log size but should be a last resort.
|
#### A : Use the prune users endpoint to dead accounts or you can reduce log size but should be a last resort.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Q : My instance is slow
|
#### Q : My instance is slow
|
||||||
#### A : Toggling off logs will increase performance. On some devices multi threading increases performance, on others the overhead isn't worth the benefit.
|
#### A : Toggling off logs will increase performance. On some devices multi threading increases performance, on others the overhead isn't worth the benefit.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ as CCash is very lightweight it can run on practically any device but here are s
|
||||||
* Saving frequency (a runtime argument) being set to 0 will disable frequency saving and only save on close
|
* Saving frequency (a runtime argument) being set to 0 will disable frequency saving and only save on close
|
||||||
* make backups of your save files
|
* make backups of your save files
|
||||||
|
|
||||||
## Docker
|
## Docker & Ansible
|
||||||
If you want to use the docker package, deploy information can be found [here](deploy.md)
|
If you want to use the docker package, deploy information can be found [here](deploy.md)
|
||||||
|
|
||||||
## Drogon Depedencies
|
## Drogon Depedencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue