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
When calling :refresh on the pods returned by pod-pool, the current pod is synchronously destroyed before returning a new pod. It would be significantly faster to destroy the old pod asynchronously instead.
The text was updated successfully, but these errors were encountered:
When calling
:refresh
on the pods returned bypod-pool
, the current pod is synchronously destroyed before returning a new pod. It would be significantly faster to destroy the old pod asynchronously instead.The text was updated successfully, but these errors were encountered: