From f6b9cd98683f19489b10ea6153d2585cb306e88e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 15 May 2013 17:31:16 -0400 Subject: [PATCH] Fixed regression in repository url panel layout --- 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 bfdc3e8..2912bfe 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -1255,12 +1255,11 @@ # 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. -- Gitblit v1.9.1