mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
✨ conservative saving
This commit is contained in:
parent
cf036901bb
commit
839d7eb96b
1 changed files with 4 additions and 1 deletions
|
|
@ -11,4 +11,7 @@ constexpr const char *config_location = "../config.json";
|
||||||
|
|
||||||
//returns money to an account on deletion
|
//returns money to an account on deletion
|
||||||
constexpr bool return_on_del = false;
|
constexpr bool return_on_del = false;
|
||||||
constexpr const char *return_account = "";
|
constexpr const char *return_account = "";
|
||||||
|
|
||||||
|
//if true, when frequency is hit after changes have happened
|
||||||
|
#define CONSERVATIVE_DISK_SAVE true
|
||||||
Loading…
Reference in a new issue