From 5ffd655de5877a600f81a21525b3e4c644500781 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Fri, 2 Jul 2021 23:10:23 -0700 Subject: [PATCH] :bug: prettier messed with stuff --- ccash_config.hpp.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccash_config.hpp.in b/ccash_config.hpp.in index 2d5f336..3b9c13a 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 0 -#define PRE_LOG_SIZE 0 +#define MAX_LOG_SIZE 100 +#define PRE_LOG_SIZE 10 //default to minecraft usernames constexpr unsigned min_name_size = 3;