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
runtimes/core: enable tls for tokio-tungstenite (#2051)
Is needed for service to service calls is certain environments where one
process per service is enabled
Fixes#2046
Optimize DB setup (#2032)
In Pave, DB migration is getting slower on v1.48.7. It takes 1-2 minutes
to load 90 DBs.
This PR preventing load secret manager multiple time when setting up DB.
The result, it brings back the setup DB time to seconds.