diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-06 23:25:10 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-06 23:25:10 -0400 |
commit | e0dc80dcd0d17262782bec349419713a82ebadc5 (patch) | |
tree | 23c35d75304830868027989a70637c8858e460c6 /src/main/distrib | |
parent | b9aa9c36981e8ba26197c4728f6ba4cd1be501f4 (diff) | |
download | gitblit-e0dc80dcd0d17262782bec349419713a82ebadc5.tar.gz gitblit-e0dc80dcd0d17262782bec349419713a82ebadc5.zip |
Fixed regression with http socket connector
Diffstat (limited to 'src/main/distrib')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index bfdc3e8b..2912bfe2 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -1255,12 +1255,11 @@ 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.
+# Specify the maximum number of concurrent http/https worker threads to allow.
#
# SINCE 1.3.0
# RESTART REQUIRED
-server.nioThreadPoolSize = 50
+server.threadPoolSize = 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.
|