mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 16:42:13 +11:00
5 lines
131 B
C++
5 lines
131 B
C++
#pragma once
|
|
|
|
// `max_log_size` must be divisible by `pre_alloc`
|
|
constexpr auto max_log_size = 100;
|
|
constexpr auto pre_alloc = 10;
|