Skip to content

Commit 36c3136

Browse files
committed
Improve wording for max_active_channels docs
1 parent df0e80f commit 36c3136

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/settings.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,17 @@ There is now experimental support for runtime image mirroring. To enable mirrori
4949
$ omero config set omero.web.iviewer.enable_mirror true
5050

5151

52-
Max active channel
53-
------------------
52+
Max active channels
53+
-------------------
5454

5555
By default, iviewer limits the maximum number of active channels to 10. Rendering high numbers of channels
5656
at once puts increased load on the server and it is rarely necessary to visualise more channels at once.
57-
If the iviewer is using the [image region microservice](https://github.com/glencoesoftware/omero-ms-image-region)
58-
then it will use the `max-active-channels` configured there, which is also 10 by default.
5957

6058
$ omero config set omero.web.iviewer.max_active_channels 20
6159

60+
NB: If the iviewer is using the [image region microservice](https://github.com/glencoesoftware/omero-ms-image-region)
61+
then it will query the `max-active-channels` supported by the microservice, which is also 10 by default. This will override any value in the iviewer settings.
62+
6263

6364
ROI page size
6465
-------------

0 commit comments

Comments
 (0)