mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
Idiot changed the variable name
This commit is contained in:
parent
af51335aa7
commit
ab11101611
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
// `max_log_size` must be divisible by `pre_alloc`
|
||||
constexpr auto max_log_size = 100;
|
||||
constexpr auto pre_alloc = 10;
|
||||
// `max_log_size` must be divisible by `pre_log_size`
|
||||
constexpr auto max_log_size = 100; // Setting to 0 does not compile logging
|
||||
constexpr auto pre_log_size = 10;
|
||||
|
|
|
|||
Loading…
Reference in a new issue