Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariko Wakabayashi committed Dec 4, 2020
1 parent 6085d0d commit 1a5395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developers/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ An asynchronous version of the Contents API is available to run slow IO processe

In most cases, the non-asynchronous Contents API is performant for local filesystems.
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.
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.
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.
Before opting in, comparing both non-async and async options' performances is recommended.

0 comments on commit 1a5395d

Please sign in to comment.