Skip to content

Commit b5474f9

Browse files
committed
Fix
1 parent a027a87 commit b5474f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/migration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ The following Motor method signatures behave differently in the {+driver-async+}
112112
.. warning::
113113

114114
Motor users may experience a degradation of performance when switching to the
115-
{+driver-async+} driver. This is due to the {+driver-async+} driver using the native
116-
``asyncio`` library instead of thread-based executors. Thread-based executors
115+
{+driver-async+} driver. This is due to the {+driver-async+} driver using native
116+
``asyncio`` tasks instead of thread-based executors. Thread-based executors
117117
have similar performance characteristics to the synchronous driver, but slower.
118118
This means they perform better for workloads that do not fit the preceding criteria
119119
for the {+driver-async+} driver.

0 commit comments

Comments
 (0)