We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f97f9 commit a04d391Copy full SHA for a04d391
doc/changelog.rst
@@ -14,6 +14,8 @@ Version 3.3 adds the following major new features:
14
- Support for publishing server discovery and monitoring events. See
15
:mod:`~pymongo.monitoring` for details.
16
- New connection pool options ``minPoolSize`` and ``maxIdleTimeMS``.
17
+- New ``heartbeatFrequencyMS`` option controls the rate at which background
18
+ monitoring threads re-check servers. Default is once every 10 seconds.
19
20
.. warning:: PyMongo 3.3 drops support for MongoDB versions older than 2.4.
21
It also drops support for python 3.2 (pypy3 continues to be supported).
0 commit comments