Skip to content

Commit

Permalink
Merge pull request #1620 from girder/update-docs
Browse files Browse the repository at this point in the history
Update docs for a PR #1617
  • Loading branch information
manthey authored Aug 28, 2024
2 parents fdaab39 + dd568c6 commit 5e1c132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ As an example, configuration parameters can be set via python code like::

large_image.config.setConfig('max_small_image_size', 8192)

If reading many different images but never revisiting them, it can be useful to reduce caching to a minimum. There is a utility function to make this easier::

large_image.config.minimizeCaching()

Configuration from Environment
------------------------------

Expand Down

0 comments on commit 5e1c132

Please sign in to comment.