conservative saving

This commit is contained in:
EntireTwix 2021-06-23 15:24:00 -07:00
parent cf036901bb
commit 839d7eb96b

View file

@ -12,3 +12,6 @@ constexpr const char *config_location = "../config.json";
//returns money to an account on deletion
constexpr bool return_on_del = false;
constexpr const char *return_account = "";
//if true, when frequency is hit after changes have happened
#define CONSERVATIVE_DISK_SAVE true