Skip to content

Commit

Permalink
Merge pull request #138 from gwerbin/patch-1
Browse files Browse the repository at this point in the history
Fix "air" -> "err" in docs
  • Loading branch information
theelous3 authored Sep 11, 2019
2 parents 23443b0 + c77f01e commit bf3f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/a-look-at-sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Well. That wasn't very exciting. Next, let's make a whole pile of requests, and
!Important! Connection (un)limiting
___________________________________

The ``Session``'s ``connections`` argument dictates the maximum number of concurrent connections asks will be allowed to make at any point during the ``Sessions`` lifespan. You *will* want to change the number of connections to a value that suits your needs and the server's limitations. If no data is publicly available to guide you here, air on the low side.
The ``Session``'s ``connections`` argument dictates the maximum number of concurrent connections asks will be allowed to make at any point during the ``Sessions`` lifespan. You *will* want to change the number of connections to a value that suits your needs and the server's limitations. If no data is publicly available to guide you here, err on the low side.

**The default number of connections in the pool for a Session is a measly ONE.** If I arbitrarily picked a number greater than one it would be too high for 49% of people and too low for the other 49%. ::

Expand Down

0 comments on commit bf3f0fc

Please sign in to comment.