diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-18 20:43:08 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-18 20:43:08 +0000 |
commit | 4b29c35f6b5b03d19e9cd723de30a885311c497b (patch) | |
tree | a0fbc5c838e45544a4ca539632b02fe2687e372d /terminaldweller.com/cgit | |
parent | update (diff) | |
download | scripts-4b29c35f6b5b03d19e9cd723de30a885311c497b.tar.gz scripts-4b29c35f6b5b03d19e9cd723de30a885311c497b.zip |
update
Diffstat (limited to 'terminaldweller.com/cgit')
-rw-r--r-- | terminaldweller.com/cgit/cgit/cgitrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/terminaldweller.com/cgit/cgit/cgitrc b/terminaldweller.com/cgit/cgit/cgitrc index 8306a30..4db7d5b 100644 --- a/terminaldweller.com/cgit/cgit/cgitrc +++ b/terminaldweller.com/cgit/cgit/cgitrc @@ -3,7 +3,7 @@ # # # Enable caching of up to 1000 output entries -# cache-size=5 +cache-size=100 ## ttl for root page cache-root-ttl=5 @@ -15,7 +15,7 @@ cache-repo-ttl=5 cache-dynamic-ttl=5 ## ttl for static pages (addressed by SHA-1) -cache-static-ttl=-1 +cache-static-ttl=-5 # css css=/cgit/cgit.css @@ -43,6 +43,8 @@ enable-log-linecount=1 enable-remote-branches=1 enable-tree-linenumbers=1 +enable-blame=1 + # summary info summary-branches=10 summary-log=10 |