]> source.dussan.org Git - gitblit.git/commitdiff
Clarify server.threadPoolSize documentation 93/93/1
authorJames Moger <james.moger@gitblit.com>
Thu, 29 May 2014 21:14:58 +0000 (17:14 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 29 May 2014 21:14:58 +0000 (17:14 -0400)
src/main/distrib/data/gitblit.properties

index b27395c3bc28bab98b24d99f869fdc9a31157c07..6f55a3eb5ba9a3168632b9d101fd61ab3809dae4 100644 (file)
@@ -1795,7 +1795,8 @@ realm.ldap.removeDeletedUsers = true
 realm.redmine.url = http://example.com/redmine\r
 \r
 #\r
-# Server Settings\r
+# Gitblit GO Server Settings\r
+# The following settings only affect the integrated GO variant.\r
 #\r
 \r
 # The temporary folder to decompress the embedded gitblit webapp. \r
@@ -1805,7 +1806,9 @@ realm.redmine.url = http://example.com/redmine
 # BASEFOLDER\r
 server.tempFolder = ${baseFolder}/temp\r
 \r
-# Specify the maximum number of concurrent http/https worker threads to allow. \r
+# Specify the maximum number of concurrent http/https Jetty worker\r
+# threads to allow.  This setting does not affect other threaded\r
+# daemons and components of Gitblit.\r
 #\r
 # SINCE 1.3.0\r
 # RESTART REQUIRED\r