mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
changed logs prefetch
This commit is contained in:
parent
4d52d4c821
commit
47319ae412
1 changed files with 3 additions and 0 deletions
3
include/log_consts.hpp
Normal file
3
include/log_consts.hpp
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#pragma once
|
||||||
|
constexpr auto max_log_size = 100; //
|
||||||
|
constexpr auto pre_log_size = 10; //amount allocated in advance (for example 5 would allocate every 5 logs)
|
||||||
Loading…
Reference in a new issue