| | |
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.3.0
|
| | | web.activityDurationChoices = 7 14 28 60 90 180
|
| | | web.activityDurationChoices = 7 14 21 28
|
| | |
|
| | | # The number of days of commits to cache in memory for the dashboard, activity,
|
| | | # and project pages. A value of 0 will disable all caching and will parse commits
|
| | | # in each repository per-request. If the value > 0 these pages will try to fulfill
|
| | | # requests using the commit cache. If the request specifies a period which falls
|
| | | # outside the commit cache window, then the cache will be ignored and the request
|
| | | # will be fulfilled by brute-force parsing all relevant commits per-repository.
|
| | | #
|
| | | # Consider the values specified for *web.activityDurationChoices* when setting
|
| | | # the cache size AND consider adjusting the JVM -Xmx heap parameter appropriately.
|
| | | #
|
| | | # SINCE 1.3.0
|
| | | # RESTART REQUIRED
|
| | | web.activityCacheDays = 14
|
| | |
|
| | | # Case-insensitive list of authors to exclude from metrics. Useful for
|
| | | # eliminating bots.
|