From c72b44f85fa37650c1540d330117f92687fbd37f Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 30 Sep 2014 11:24:32 -0400
Subject: [PATCH] Remove git.streamFileThreshold setting

---
 src/site/setup_war.mkd |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/site/setup_war.mkd b/src/site/setup_war.mkd
index 94309b1..3f937e1 100644
--- a/src/site/setup_war.mkd
+++ b/src/site/setup_war.mkd
@@ -4,8 +4,7 @@
 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`.
 Open `WEB-INF/data/gitblit.properties` in your favorite text editor and make sure to review and set:
-    - &lt;context-parameter&gt; *git.packedGitLimit* (set larger than the size of your largest repository)
-    - &lt;context-parameter&gt; *git.streamFileThreshold* (set larger than the size of your largest committed file)
+    - *git.packedGitLimit* (set larger than the size of your largest repository)
 4. You may have to restart your servlet container. 
 5. Open your browser to <http://localhost/gitblit> or whatever the url should be.
 6. Enter the default administrator credentials: **admin / admin** and click the *Login* button  

--
Gitblit v1.9.1