diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-24 09:36:19 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-24 09:36:19 -0400 |
commit | 79dd0bddbd939c85f002f3a33b95ae84d0bf38cb (patch) | |
tree | b72b140a2af157ed878178ba7022c2eacae12a67 /releases.moxie | |
parent | 03232453be7624bc2fc8a942e8c280353606fe8b (diff) | |
download | gitblit-79dd0bddbd939c85f002f3a33b95ae84d0bf38cb.tar.gz gitblit-79dd0bddbd939c85f002f3a33b95ae84d0bf38cb.zip |
Implemented commit cache for the dashboards, activity, and project pages
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/releases.moxie b/releases.moxie index 8ac0c491..02f1c7bc 100644 --- a/releases.moxie +++ b/releases.moxie @@ -56,6 +56,7 @@ r17: { - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)
- Added WindowsUserService to authenticate users against Windows accounts (issue-250)
- Global and per-repository setting to exclude authors from metrics (issue-251)
+ - Added commit cache to improve Activity, Dashboard, and Project page generation times
- Added SalesForce.com user service
- Added simple star/unstar function to flag or bookmark interesting repositories
- Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about
@@ -126,7 +127,8 @@ r17: { - { name: 'realm.salesforce.orgId', defaultValue: 0 }
- { name: 'realm.windows.defaultDomain', defaultValue: ' ' }
- { name: 'realm.windows.backingUserService', defaultValue: 'users.conf' }
- - { name: 'web.activityDurationChoices', defaultValue: '7 14 28 60 90 180' }
+ - { name: 'web.activityDurationChoices', defaultValue: '7 14 21 28' }
+ - { name: 'web.activityCacheDays', defaultValue: 14 }
- { name: 'web.allowAppCloneLinks', defaultValue: 'true' }
- { name: 'web.forceDefaultLocale', defaultValue: ' ' }
- { name: 'web.metricAuthorExclusions', defaultValue: ' ' }
|