Maximum number of editors in a workspace #278
StefanBiermann
started this conversation in
Self-hosting
Replies: 1 comment 1 reply
-
If you are using any-sync-dockercompose, you need to check the Make sure the limits are set: defaultLimits:
spaceMembersRead: 1000
spaceMembersWrite: 1000
sharedSpacesLimit: 1000 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
We switched to a self hosted system, because we share our spaces with a group of people that should be editors.
After setting up the self hosting docker compose system i had to recognize, that the limit for editors per (shared) space is still 3.
Following the description on the website, we can set this limit by ourself when self hosting.
Can anyone tell me where to set this limit to a higher number?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions