From 7ef376e794cd6b593d47a86620ac343e97fe01bc Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 29 May 2014 12:44:27 -0400 Subject: [PATCH] Merged #92 "Create setting for work queue default thread pool size" --- src/main/distrib/data/gitblit.properties | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index ab5311c..b27395c 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -613,6 +613,12 @@ # SINCE 1.5.0 plugins.registry = http://plugins.gitblit.com/plugins.json +# Number of threads used to handle miscellaneous tasks in the background. +# +# SINCE 1.6.0 +# RESTART REQUIRED +execution.defaultThreadPoolSize = 1 + # # Groovy Integration # @@ -1415,6 +1421,11 @@ # use SMTPs flag mail.smtps = false +# use STARTTLS flag +# +# SINCE 1.6.0 +mail.starttls = false + # if your smtp server requires authentication, supply the credentials here # # SINCE 0.6.0 -- Gitblit v1.9.1