(20260623) Migrate to new server.

This commit is contained in:
2026-06-23 17:06:44 +05:30
parent 7a73bee6d3
commit 122be77d19
3 changed files with 56 additions and 3 deletions
+4 -2
View File
@@ -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: