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 9fd6469 commit a027a87Copy full SHA for a027a87
source/reference/migration.txt
@@ -120,7 +120,7 @@ The following Motor method signatures behave differently in the {+driver-async+}
120
121
If you are experiencing performance slowdown, identify whether the {+driver-async+} driver
122
is necessary for your usecase. If you determine your use case is better served by
123
- synchronous {+driver-short+}, consider using synchronous {+driver-short+}
+ synchronous {+driver-short+}, consider using the synchronous driver
124
with ``asyncio.loop.run_in_executor()`` for asynchronous compatibility. To learn more, see
125
the `Event Loop API documentation <https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.run_in_executor>`__.
126
0 commit comments