diff --git a/include/log_consts.hpp b/include/log_consts.hpp new file mode 100644 index 0000000..614b9c7 --- /dev/null +++ b/include/log_consts.hpp @@ -0,0 +1,3 @@ +#pragma once +constexpr auto max_log_size = 100; // +constexpr auto pre_log_size = 10; //amount allocated in advance (for example 5 would allocate every 5 logs) \ No newline at end of file