adding passthru-http properties file

git-svn-id: https://svn.apache.org/repos/asf/synapse/trunk@1766243 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/java/repository/conf/passthru-http.properties b/java/repository/conf/passthru-http.properties
new file mode 100644
index 0000000..bf6bad8
--- /dev/null
+++ b/java/repository/conf/passthru-http.properties
@@ -0,0 +1,29 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+## This file contains the configuration parameters used by the Pass-through HTTP transport
+
+http.socket.timeout=180000
+worker_pool_size_core=400
+worker_pool_size_max=500
+#worker_thread_keepalive_sec=60
+#worker_pool_queue_length=-1
+#io_threads_per_reactor=2
+io_buffer_size=16384
+http.socket.reuseaddr=true
\ No newline at end of file