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
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
In order to achieve automatic path switching, the VPC size needs to be obtained.
However, in the current implementation (PR #742 ), the counting issue requires accessing both caches and fetching all the VPC information. This will cause large delays when dealing with some large VPCs.
We plan to hand over this counting task to the cache service itself in the future to reduce latency.
The text was updated successfully, but these errors were encountered:
In order to achieve automatic path switching, the VPC size needs to be obtained.
However, in the current implementation (PR #742 ), the counting issue requires accessing both caches and fetching all the VPC information. This will cause large delays when dealing with some large VPCs.
We plan to hand over this counting task to the cache service itself in the future to reduce latency.
The text was updated successfully, but these errors were encountered: