- Notifications
You must be signed in to change notification settings - Fork1.1k
feat: Auto select workspace proxy based on lowest latency#7515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
159538c1305931d1c9f3fc739f24ae26777523e492877c0c98d266435c534faa3703e1c210e8da358258ec860c33197eb1ebb6a76549093eFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -111,9 +111,6 @@ export const ProxyProvider: FC<PropsWithChildren> = ({ children }) => { | ||
| setProxy( | ||
| getPreferredProxy( | ||
| proxiesResp?.regions ?? [], | ||
| loadUserSelectedProxy(), | ||
Member
| ||
| proxyLatencies, | ||
| ), | ||