You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,17 @@ There is now experimental support for runtime image mirroring. To enable mirrori
49
49
$ omero config set omero.web.iviewer.enable_mirror true
50
50
51
51
52
-
Max active channel
53
-
------------------
52
+
Max active channels
53
+
-------------------
54
54
55
55
By default, iviewer limits the maximum number of active channels to 10. Rendering high numbers of channels
56
56
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.
59
57
60
58
$ omero config set omero.web.iviewer.max_active_channels 20
61
59
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.
0 commit comments