-
Notifications
You must be signed in to change notification settings - Fork 1
Cache fill strategy at the beginning #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
According to the following code:
The files are duplicated on each cache at the beginning, leading to the same set of files and same hitrate on each cache at the beginning.
An alternative strategy can be implemented, e.g. by putting files randomly on only one cache, until the configured (average) hitrate is reached.
Could be done via an additional CLI option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request