From 89755648768656bf1dfbf48e228ed60883863206 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sun, 28 Nov 2021 11:17:01 -0800 Subject: [PATCH] :memo: more questions added --- docs/FAQ.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 6f0cce7..e8e2449 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,11 +1,20 @@ [PREVIOUS PAGE](building.md) #### Q : How do I setup a CCash instance -#### A : 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 -#### A : usernames are restricted by minecraft's requirements +#### A : Usernames are restricted by minecraft's requirements * lowercase letters * numbers * _ * Length must be atleast 3 and at most 16 characters. + +#### Q : Is this a crypto like krist? +#### A : CCash isn't a crypto, the economy you decide to implement is entirely up to you. + +#### Q : My instance is taking up too much memory +#### A : If your memory usage is too high I would reduce log size. + +#### 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. If when the frequency of saving arrives its highly likely changes have occurred (say by high activity or low save frequency) then disabling conservative saving will marginally increase performance.