Skip to content

Commit

Permalink
Update docs for a PR #1617
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Aug 28, 2024
1 parent fdaab39 commit dd568c6
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 dd568c6

Please sign in to comment.