From b58492239c4c3acc3b4434625d08827450fde078 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 03 May 2013 19:15:05 -0400
Subject: [PATCH] GO NIO connector thread pool size setting

---
 releases.moxie |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/releases.moxie b/releases.moxie
index ce71772..7c0ec8f 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -33,6 +33,7 @@
 	 - Updated Japanese translation
 	 
     additions: 
+	 - Added GO http/https connector thread pool size setting
 	 - Added a server setting to force a particular translation/Locale for all sessions
 	 - Added smart Git Daemon serving.  If enabled, git:// access will be offered for any repository which permits anonymous access.  If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected.
 	 - Option to automatically tag branch tips on each push with an incremental revision number
@@ -81,6 +82,7 @@
 	- { name: 'git.daemonPort', defaultValue: 0 }
     - { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
 	- { name: 'web.forceDefaultLocale', defaultValue: ' ' }
+	- { name: 'server.nioThreadPoolSize', defaultValue: 50 }
 }
 
 #

--
Gitblit v1.9.1