mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +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
|
#pragma once
|
||||||
|
|
||||||
// `max_log_size` must be divisible by `pre_alloc`
|
// `max_log_size` must be divisible by `pre_log_size`
|
||||||
constexpr auto max_log_size = 100;
|
constexpr auto max_log_size = 100; // Setting to 0 does not compile logging
|
||||||
constexpr auto pre_alloc = 10;
|
constexpr auto pre_log_size = 10;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue