From 7beece44c34c729e13b9bdc6819bde0071492345 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 11 Feb 2020 15:52:07 +0000 Subject: [PATCH] git-cache-proxy: Document some options in the head comment Signed-off-by: Ian Jackson --- scripts/git-cache-proxy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/git-cache-proxy b/scripts/git-cache-proxy index 7dd6f3e..051888a 100755 --- a/scripts/git-cache-proxy +++ b/scripts/git-cache-proxy @@ -19,6 +19,9 @@ # fetch=no just use what is in the cache # fetch=try use what is in the cache if the fetch/clone fails # timeout= length of time to allow for fetch/clone +# housekeeping-interval-days= } housekeeping tuning parameters +# tree-expire-days= } +# gc-interval-days= } # example inetd.conf line: # 9419 stream tcp nowait git-cache /usr/bin/git-cache-proxy git-cache-proxy -- 2.30.2