Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-19 21:11:41 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-19 21:11:41 +0400
commit4250c349152e252ff36bab54c53d7b267a5b1232 (patch)
tree4318aa60fc5b3af34a0fb28f4917d3ff59422a8b /app/views/projects/graphs
parentfd7c8c71e5ced72b501b015adedd295f14017785 (diff)
Make repo graph work for large repos on slower machines
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r--app/views/projects/graphs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml
index cfa10ae407c..a21cb9e7861 100644
--- a/app/views/projects/graphs/show.html.haml
+++ b/app/views/projects/graphs/show.html.haml
@@ -13,7 +13,7 @@
%option{:value => "deletions"} Deletions
%h3#date_header.page-title
%p.light
- Commits to #{@project.default_branch}, excluding merge commits. Limited by 8,000 commits
+ Commits to #{@project.default_branch}, excluding merge commits. Limited by 6,000 commits
%input#brush_change{:type => "hidden"}
.graphs
#contributors-master