diff --git a/include/consts.hpp b/include/consts.hpp index 9545808..01096a8 100644 --- a/include/consts.hpp +++ b/include/consts.hpp @@ -11,4 +11,7 @@ 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 = ""; \ No newline at end of file +constexpr const char *return_account = ""; + +//if true, when frequency is hit after changes have happened +#define CONSERVATIVE_DISK_SAVE true \ No newline at end of file