PYTHON-3058 Bump maxWireVersion for MongoDB 5.2 (#908)
This commit is contained in:
parent
e325b24b78
commit
72d8900c36
@ -63,7 +63,7 @@ MAX_WRITE_BATCH_SIZE = 1000
|
||||
# What this version of PyMongo supports.
|
||||
MIN_SUPPORTED_SERVER_VERSION = "3.6"
|
||||
MIN_SUPPORTED_WIRE_VERSION = 6
|
||||
MAX_SUPPORTED_WIRE_VERSION = 14
|
||||
MAX_SUPPORTED_WIRE_VERSION = 15
|
||||
|
||||
# Frequency to call hello on servers, in seconds.
|
||||
HEARTBEAT_FREQUENCY = 10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user