Skip to content

Commit bd057ef

Browse files
Mariko WakabayashiZsailer
authored andcommitted
Update docs
1 parent 01500bd commit bd057ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developers/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,6 @@ An asynchronous version of the Contents API is available to run slow IO processe
285285

286286
In most cases, the non-asynchronous Contents API is performant for local filesystems.
287287
However, if the Jupyter Notebook web application is interacting with a high-latent virtual filesystem, you may see performance gains by using the asynchronous version.
288-
For example, if you're experiencing terminal lag in the web application due to the slow and blocking file operations, the asynchronous version may be a good option.
288+
For example, if you're experiencing terminal lag in the web application due to the slow and blocking file operations, the asynchronous version can reduce the lag.
289289
Before opting in, comparing both non-async and async options' performances is recommended.
290290

0 commit comments

Comments
 (0)