mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🐛 was set to 0 for testing
This commit is contained in:
parent
3028c6153a
commit
deae9fab7c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Setting both values to 0 does not compile logging (useful for if disk/memory is very valuable)
|
// Setting both values to 0 does not compile logging (useful for if disk/memory is very valuable)
|
||||||
constexpr unsigned max_log_size = 0;
|
constexpr unsigned max_log_size = 100;
|
||||||
constexpr unsigned pre_log_size = 0;
|
constexpr unsigned pre_log_size = 10;
|
||||||
|
|
||||||
constexpr unsigned max_name_size = 50;
|
constexpr unsigned max_name_size = 50;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue