Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/cgitrc b/cgitrc index f217b39..019781e 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -50,16 +50,20 @@ |
50 | ## Url loaded when clicking a submodule link |
50 | ## Url loaded when clicking a submodule link |
51 | #module-link=./?repo=%s&page=commit&id=%s |
51 | #module-link=./?repo=%s&page=commit&id=%s |
52 | |
52 | |
53 | |
53 | |
54 | ## Number of chars shown of commit subject message (in log view) |
54 | ## Number of chars shown of commit subject message (in log view) |
55 | #max-message-length=60 |
55 | #max-message-length=60 |
56 | |
56 | |
57 | |
57 | |
| |
58 | ## Number of commits per page in log view |
| |
59 | #max-commit-count=50 |
| |
60 | |
| |
61 | |
58 | ## Root of cached output |
62 | ## Root of cached output |
59 | #cache-root=/var/cache/cgit |
63 | #cache-root=/var/cache/cgit |
60 | |
64 | |
61 | |
65 | |
62 | ## |
66 | ## |
63 | ## Time-To-Live settings: specifies how long (in minutes) different pages |
67 | ## Time-To-Live settings: specifies how long (in minutes) different pages |
64 | ## should be cached (0 for instant expiration, -1 for immortal pages) |
68 | ## should be cached (0 for instant expiration, -1 for immortal pages) |
65 | ## |
69 | ## |
|