diff --git a/ccash_config.hpp.in b/ccash_config.hpp.in index 3b9c13a..2d5f336 100644 --- a/ccash_config.hpp.in +++ b/ccash_config.hpp.in @@ -1,8 +1,8 @@ #pragma once // Setting both values to 0 does not compile logging (useful for if disk/memory is very valuable) -#define MAX_LOG_SIZE 100 -#define PRE_LOG_SIZE 10 +#define MAX_LOG_SIZE 0 +#define PRE_LOG_SIZE 0 //default to minecraft usernames constexpr unsigned min_name_size = 3;