From f879b59d26aa85b3a80d984abd7194ffb3e9946d Mon Sep 17 00:00:00 2001 From: Alex Lewis <alex.lewis001@gmail.com> Date: Mon, 23 Dec 2013 10:02:18 -0500 Subject: [PATCH] Fixed test. --- src/site/setup_war.mkd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/site/setup_war.mkd b/src/site/setup_war.mkd index 18a0799..3d28ee6 100644 --- a/src/site/setup_war.mkd +++ b/src/site/setup_war.mkd @@ -2,7 +2,7 @@ 1. Download Gitblit WAR [${project.releaseVersion}](%GCURL%gitblit-${project.releaseVersion}.war) to the webapps folder of your servlet container. 2. You may have to manually extract the WAR (zip file) to a folder within your webapps folder. -3. By default, the Gitblit webapp is configured through `WEB-INF/data/gitblit.properties`.<br/> +3. By default, the Gitblit webapp is configured through `WEB-INF/data/gitblit.properties`. Open `WEB-INF/data/gitblit.properties` in your favorite text editor and make sure to review and set: - <context-parameter> *git.packedGitLimit* (set larger than the size of your largest repository) - <context-parameter> *git.streamFileThreshold* (set larger than the size of your largest committed file) -- Gitblit v1.9.1