mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🎨 formatting
This commit is contained in:
parent
e681b4109d
commit
e40aa29b59
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
// Setting both values to 0 does not compile logging
|
// Setting both values to 0 does not compile logging
|
||||||
constexpr unsigned max_log_size = 100;
|
constexpr unsigned max_log_size = 100;
|
||||||
constexpr unsigned pre_log_size = 10;
|
constexpr unsigned pre_log_size = 10;
|
||||||
|
|
||||||
constexpr unsigned max_name_size = 50;
|
constexpr unsigned max_name_size = 50;
|
||||||
|
|
||||||
constexpr const char *users_location = "../users.json";
|
constexpr const char *users_location = "../users.json";
|
||||||
constexpr const char *config_location = "../config.json";
|
constexpr const char *config_location = "../config.json";
|
||||||
Loading…
Reference in a new issue