Docs are misleading about speed of repository permission synching
Created by: slimsag
The repository permission synching docs state:
Benefits of backround syncing:
- ...
- Users who sign up on the Sourcegraph instance can immediately get search results from the repositories they have access to on the code host.
This misleads me and potential site admins into thinking that somehow a new user who has signed in will immediately have all of their permissions synched magically without delay. I do not see any way that would be possible, and so I assume this sentence is actually meant to say something like:
Users who sign up on the Sourcegraph instance can immediately get search results from some repositories they have access to on the code host as we begin to incrementally sync their permissions.