From dabcf1d311d2d0daaca842b34fe45d39f443c6e4 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Wed, 23 Jun 2021 15:24:59 -0700 Subject: [PATCH] updated comments --- include/consts.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/consts.hpp b/include/consts.hpp index 01096a8..3f53e1c 100644 --- a/include/consts.hpp +++ b/include/consts.hpp @@ -13,5 +13,6 @@ constexpr const char *config_location = "../config.json"; constexpr bool return_on_del = false; 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 \ No newline at end of file