🎨 formatting

This commit is contained in:
EntireTwix 2021-06-16 21:42:46 -07:00
parent e681b4109d
commit e40aa29b59

View file

@ -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";