CCash/include/log_consts.hpp
2021-06-03 18:39:18 -07:00

5 lines
186 B
C++

#pragma once
// `max_log_size` must be divisible by `pre_log_size`
constexpr unsigned max_log_size = 100; // Setting to 0 does not compile logging
constexpr unsigned pre_log_size = 10;