From e40aa29b59277746579a90f9bde760497b052dd6 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Wed, 16 Jun 2021 21:42:46 -0700 Subject: [PATCH] :art: formatting --- include/consts.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/consts.hpp b/include/consts.hpp index 5d3dd20..83fcff0 100644 --- a/include/consts.hpp +++ b/include/consts.hpp @@ -3,6 +3,8 @@ // Setting both values to 0 does not compile logging constexpr unsigned max_log_size = 100; constexpr unsigned pre_log_size = 10; + constexpr unsigned max_name_size = 50; + constexpr const char *users_location = "../users.json"; constexpr const char *config_location = "../config.json"; \ No newline at end of file