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_go.mkd |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/site/setup_go.mkd b/src/site/setup_go.mkd
index f099cc0..15d0813 100644
--- a/src/site/setup_go.mkd
+++ b/src/site/setup_go.mkd
@@ -8,7 +8,6 @@
     - *server.storePassword* (do not enter *#* characters)
     **https** is strongly recommended because passwords are insecurely transmitted form your browser/git client using Basic authentication!
     - *git.packedGitLimit* (set larger than the size of your largest repository)
-    - *git.streamFileThreshold* (set larger than the size of your largest committed file)
 3. Execute `authority.cmd` or `java -cp gitblit.jar com.gitblit.authority.Launcher --baseFolder data` from a command-line
 **NOTE:** The Authority is a Swing GUI application.  Use of this tool is not required as Gitblit GO will startup and create SSL certificates itself, BUT use of this tool allows you to control the identification metadata used in the generated certificates.  Skipping this step will result in certificates with default metadata.
     1. fill out the fields in the *new certificate defaults* dialog

--
Gitblit v1.9.1