🐛 was set to 0 for testing

This commit is contained in:
EntireTwix 2021-06-27 17:55:04 -07:00
parent 3028c6153a
commit deae9fab7c

View file

@ -1,8 +1,8 @@
#pragma once
// Setting both values to 0 does not compile logging (useful for if disk/memory is very valuable)
constexpr unsigned max_log_size = 0;
constexpr unsigned pre_log_size = 0;
constexpr unsigned max_log_size = 100;
constexpr unsigned pre_log_size = 10;
constexpr unsigned max_name_size = 50;