4teamwork / ftw.tika

This product integrates Apache Tika for full text indexing with Plone.
4 stars 1 forks source link

Use requests session. #32

Closed jone closed 8 years ago

jone commented 8 years ago

By using a thread-local requests session we can reuse the TCP connection, speeding up the conversion a little and reducing the "Starting new HTTP connection" messages in the log.

@lukasgraf can you take a short look at this one?

lukasgraf commented 8 years ago

@jone a little too late, but looks good :wink: