mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚🚧
This commit is contained in:
parent
54c8f95b6c
commit
b7d75bfe74
1 changed files with 2 additions and 0 deletions
|
|
@ -27,5 +27,7 @@ every `n` minutes, a configurable amount at launch, CCash will save.
|
||||||
### Changes
|
### Changes
|
||||||
for the above two cases, it will only save if changes have been made since last commit.
|
for the above two cases, it will only save if changes have been made since last commit.
|
||||||
## Multi-threading support
|
## Multi-threading support
|
||||||
|
considering phmap and drogon both massively benefit from multi threaded it seemed obvious that the entire program should aswell, this is enabled by default and manually settable at `MULTI_THREADED`. Below are some graphs visualizing the gain of doing so:
|
||||||
|
<!-- graph -->
|
||||||
## Backwards Compatible API
|
## Backwards Compatible API
|
||||||
versioning is implemented by the endpoints path, for example `/v1`. Breaking changes will ideally be sparse and backwards compatability will be maintained, for example ideally API `v3` instance can still run `v1` endpoints.
|
versioning is implemented by the endpoints path, for example `/v1`. Breaking changes will ideally be sparse and backwards compatability will be maintained, for example ideally API `v3` instance can still run `v1` endpoints.
|
||||||
Loading…
Reference in a new issue