This commit is contained in:
EntireTwix 2022-11-24 11:21:40 -08:00
parent 61134740f0
commit 83f149677d
2 changed files with 10 additions and 9 deletions

View file

@ -8,6 +8,7 @@ as CCash is very lightweight it can run on practically any device but here are s
* `MAX_LOG_SIZE` should be adjusted as it takes up the most memory usage/storage of the ledger's features at ~203 bytes in memory and ~104 bytes in disk at default settings, so 5165 logs per Mb of RAM. Setting to 0 will disable logs * `MAX_LOG_SIZE` should be adjusted as it takes up the most memory usage/storage of the ledger's features at ~203 bytes in memory and ~104 bytes in disk at default settings, so 5165 logs per Mb of RAM. Setting to 0 will disable logs
* with no users memory usage is 8.47 Mb * with no users memory usage is 8.47 Mb
* 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
## Docker ## Docker
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)

View file

@ -1,10 +1,10 @@
# Contributors # Contributors
| name | work | | name | work |
| :------------------------------------------- | ---------------------------- | | :------------------------------------------- | ---------------------------------- |
| [Luke](https://github.com/LukeeeeBennett) | Docker package, JS API | | [Luke](https://github.com/LukeeeeBennett) | Github Actions, and JS API |
| [React](https://github.com/Reactified) | Logo, deprecated CCLua API | | [React](https://github.com/Reactified) | Logo, CC Wallet/Shop/ATM |
| [Doggo](https://github.com/FearlessDoggo21) | HTTP suggestions, Python API | | [Doggo](https://github.com/FearlessDoggo21) | HTTP advice, Python API, and C CLI |
| [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua API | | [SpaceCat](https://github.com/SpaceCat-Chan) | CCLua API |
| [Expand](https://github.com/Expand-sys) | Fixed docker package | | [Expand](https://github.com/Expand-sys) | Docker, and Ansible |
| [Sam](https://github.com/STBoyden) | Rust API | | [Sam](https://github.com/STBoyden) | Rust API |
| Caesay | Restful API suggestions | | Caesay | Restful API advice |