diff options
author | James Moger <james.moger@gitblit.com> | 2014-04-10 16:58:26 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-10 19:01:30 -0400 |
commit | d433fd3ab6185c2fb5eab998d1fcab4dd0940e5f (patch) | |
tree | 8ccde815cd01f391a5a66d686e1e80a53ec1bbb7 | |
parent | 556f69edca2ef8409fa9ea3b336681130ff7a609 (diff) | |
download | gitblit-d433fd3ab6185c2fb5eab998d1fcab4dd0940e5f.tar.gz gitblit-d433fd3ab6185c2fb5eab998d1fcab4dd0940e5f.zip |
Documentation
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index c7e3a217..3a531232 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -129,7 +129,9 @@ git.sshKeysFolder= ${baseFolder}/ssh # SINCE 1.5.0
git.sshBackend = NIO2
-# Number of thread for starting SSH commands.
+# Number of threads used to parse a command line submitted by a client over SSH
+# for execution, create the internal data structures used by that command,
+# and schedule it for execution on another thread.
#
# SINCE 1.5.0
git.sshCommandStartThreads = 2
|