Skip to content

Commit

Permalink
Fix solecism in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwerbin authored Sep 11, 2019
1 parent 23443b0 commit c77f01e
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 c77f01e

Please sign in to comment.