From f48ad92f257597695a83c4e5213853220b97fd7f Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Fri, 23 Jul 2021 14:59:23 -0700 Subject: [PATCH] :books::construction: --- docs/building.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/building.md b/docs/building.md index 9e178d1..2138b28 100644 --- a/docs/building.md +++ b/docs/building.md @@ -7,6 +7,7 @@ as CCash is very lightweight it can run on practically any device but here are s * if your server is sufficiently active as so that each save frequency saving is highly likely then `CONSERVATIVE_DISK_SAVE` should be toggled to `false` * `MAX_LOG_SIZE` should be adjusted as it takes up the most memory usage/storage of the ledger's features at ~202 bytes in memory and ~104 bytes in disk at default settings. Setting to 0 will not even compile logs * with no users memory usage is 8.6 Mb +* Saving frequency (a runtime argument) being set to 0 will disable frequency saving and only save on close ## Drogon Depedencies