Author: isudana
Date: Sun Oct 23 03:52:36 2016
New Revision: 1766243
URL: http://svn.apache.org/viewvc?rev=1766243&view=rev
Log:
adding passthru-http properties file
Added:
synapse/trunk/java/repository/conf/passthru-http.properties
Added: synapse/trunk/java/repository/conf/passthru-http.properties
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/passthru-http.properties?rev=1766243&view=auto
==============================================================================
--- synapse/trunk/java/repository/conf/passthru-http.properties (added)
+++ synapse/trunk/java/repository/conf/passthru-http.properties Sun Oct 23
03:52:36 2016
@@ -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