Reuse HTTP connection for multiple posts? #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am posting 18k records. Running with
--debugis seefor each record.
Wouldn't it be possible to continue to use a session for multiple uploads? I imagine that this would take some latency off. Right now I see a rate of maybe 3/s. The ~90min are still ok-ish, but not fast.
Version 0.2.6 (published on pypi) uses request sessions to reuse existing connections