This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
from b7b834501 NUTCH-2958 Upgrade to crawler-commons 1.3 (#740)
new af44bcb6f NUTCH-2896 Protocol-okhttp: make connection pool
configurable - add configuration property `http.connection.pool.okhttp` to
configure the number of connection pools, their size and the keep-alive time
of the pooled connections - create as many clients as pools are configured,
each client holding one pool. Distribute connections by target host name over
clients
new 467e59105 NUTCH-2896 Protocol-okhttp: make connection pool
configurable - fix javadoc error
new 82f9530dc Merge pull request #697 from
sebastian-nagel/NUTCH-2896-okhttp-connection-pool
The 3303 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
conf/nutch-default.xml | 21 ++++++++
.../org/apache/nutch/protocol/okhttp/OkHttp.java | 59 ++++++++++++++++++++--
.../nutch/protocol/okhttp/OkHttpResponse.java | 2 +-
3 files changed, 77 insertions(+), 5 deletions(-)