(20260623) Migrate to new server.
This commit is contained in:
@@ -163,7 +163,8 @@ class AsyncMongoBase:
|
||||
self._host_name,
|
||||
self._port,
|
||||
maxPoolSize = self._max_connections,
|
||||
minPoolSize = self._max_connections
|
||||
minPoolSize = self._max_connections,
|
||||
# w = 1,
|
||||
)
|
||||
|
||||
# In the absense of a connection string,
|
||||
@@ -172,7 +173,8 @@ class AsyncMongoBase:
|
||||
self._client = AsyncIOMotorClient(
|
||||
self._connection_string,
|
||||
maxPoolSize = self._max_connections,
|
||||
minPoolSize = self._max_connections
|
||||
minPoolSize = self._max_connections,
|
||||
# w = 1,
|
||||
)
|
||||
|
||||
# Debugging print:
|
||||
|
||||
Reference in New Issue
Block a user