mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +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
|
||||
|
||||
// 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 pre_log_size = 0;
|
||||
constexpr unsigned max_log_size = 100;
|
||||
constexpr unsigned pre_log_size = 10;
|
||||
|
||||
constexpr unsigned max_name_size = 50;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue