Skip to content

Disk cache object walker

Paul Okstad (ex-GitLab) requested to merge po-diskcache-walker into master

The disk cache object walker is a background worker that continually walks through the directory structure for the objects stored by the disk cache (keyed by the LeaseKeyer). For every file encountered, the walker will delete the file if stale (i.e. older than one hour).

Follow up to !1305 (merged)

Part of #1631 (closed)

Edited by GitLab Release Tools Bot

Merge request reports