PYTHON-3254 Bump maxWireVersion for MongoDB 6.0 (#948)
This commit is contained in:
parent
a7579b02d2
commit
e02eb287e8
@ -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 = 15
|
||||
MAX_SUPPORTED_WIRE_VERSION = 17
|
||||
|
||||
# Frequency to call hello on servers, in seconds.
|
||||
HEARTBEAT_FREQUENCY = 10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user