Skip to content

Commit 1a5395d

Browse files
author
Mariko Wakabayashi
committed
Update docs
1 parent 6085d0d commit 1a5395d

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)