updated comments

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

View file

@ -13,5 +13,6 @@ constexpr const char *config_location = "../config.json";
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 //if true, when frequency is hit after changes have happened then save
//if false, when frequency is hit save
#define CONSERVATIVE_DISK_SAVE true #define CONSERVATIVE_DISK_SAVE true