add FIFO compaction for persistent-cache descriptor; comments/cleanup
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a57336ec13
commit
17003ba773
4 changed files with 46 additions and 17 deletions
|
@ -233,7 +233,7 @@ pub(super) static MAPS: &[Descriptor] = &[
|
|||
},
|
||||
Descriptor {
|
||||
name: "servername_destination",
|
||||
..descriptor::RANDOM_SMALL
|
||||
..descriptor::RANDOM_SMALL_CACHE
|
||||
},
|
||||
Descriptor {
|
||||
name: "servername_educount",
|
||||
|
@ -241,7 +241,7 @@ pub(super) static MAPS: &[Descriptor] = &[
|
|||
},
|
||||
Descriptor {
|
||||
name: "servername_override",
|
||||
..descriptor::RANDOM_SMALL
|
||||
..descriptor::RANDOM_SMALL_CACHE
|
||||
},
|
||||
Descriptor {
|
||||
name: "servernameevent_data",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue