This commit is contained in:
parent
2ff832247d
commit
a29c9fb785
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ struct HashSalt {
|
|||
static_assert(std::is_trivial_v<HashSalt>);
|
||||
static_assert(sizeof(HashSalt) == HashSalt::Size);
|
||||
|
||||
constexpr inline size_t IntegrityMinLayerCount = 2;
|
||||
constexpr inline size_t IntegrityMinLayerCount = 4;
|
||||
constexpr inline size_t IntegrityMaxLayerCount = 7;
|
||||
constexpr inline size_t IntegrityLayerCountSave = 5;
|
||||
constexpr inline size_t IntegrityLayerCountSaveDataMeta = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue