add eventid_pdu database cf cache
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b6d53e97a6
commit
9100af9974
2 changed files with 14 additions and 0 deletions
|
@ -136,6 +136,14 @@ pub(crate) fn cf_options(
|
|||
cache_size(cfg, cfg.eventidshort_cache_capacity, 64)?,
|
||||
),
|
||||
|
||||
"eventid_pduid" => set_table_with_new_cache(
|
||||
&mut opts,
|
||||
cfg,
|
||||
cache,
|
||||
name,
|
||||
cache_size(cfg, cfg.eventid_pdu_cache_capacity, 64)?,
|
||||
),
|
||||
|
||||
"shorteventid_authchain" => {
|
||||
set_table_with_new_cache(
|
||||
&mut opts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue