Make zip cache configurable
A simple in-memory cache was introduced in !351 (merged) and !364 (merged) with some hard-coded values. These should be configurable.
Proposal
- Add configuration changes flag to Pages
- Add a zipCacheConfig type and flags:
zip-cache-expirationzip-cache-cleanupzip-cache-refreshzip-open-timeoutzip-cache-dataoffset-sizezip-cache-dataoffset-prune-countzip-cache-readlink-sizezip-cache-readlink-prune-count
- Add documentation
- Add flag to omnibus
The following discussion from !351 (merged) should be addressed:
-
@jaime started a discussion: (+2 comments) question: are these values good enough? Should we make them configurable in future iterations?
Edited by Jaime Martinez