diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-03 19:15:05 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-03 19:15:05 -0400 |
commit | b58492239c4c3acc3b4434625d08827450fde078 (patch) | |
tree | 56bed166a650e0261e160bec1efb2b56a6a6062c /src/main/distrib | |
parent | 40aa84507640cd2a980757e7910a63310474eb87 (diff) | |
download | gitblit-b58492239c4c3acc3b4434625d08827450fde078.tar.gz gitblit-b58492239c4c3acc3b4434625d08827450fde078.zip |
GO NIO connector thread pool size setting
Diffstat (limited to 'src/main/distrib')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index f47ad078..43185f57 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -1250,6 +1250,13 @@ server.tempFolder = ${baseFolder}/temp # RESTART REQUIRED
server.useNio = true
+# If using Jetty NIO connectors, specify the maximum number of concurrent +# http/https worker threads to allow. +# +# SINCE 1.3.0 +# RESTART REQUIRED +server.nioThreadPoolSize = 50 + # Context path for the GO application. You might want to change the context
# path if running Gitblit behind a proxy layer such as mod_proxy.
#
|