mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::db: Cache size cannot be strict here.
This commit is contained in:
parent
c980ce464f
commit
b0e9107870
1 changed files with 1 additions and 1 deletions
|
@ -1962,7 +1962,7 @@ ircd::db::database::cache::DEFAULT_SHARD_BITS
|
|||
decltype(ircd::db::database::cache::DEFAULT_STRICT)
|
||||
ircd::db::database::cache::DEFAULT_STRICT
|
||||
{
|
||||
true
|
||||
false
|
||||
};
|
||||
|
||||
decltype(ircd::db::database::cache::DEFAULT_HI_PRIO)
|
||||
|
|
Loading…
Reference in a new issue