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
re-enables support for setting the MARGO_ENABLE_PROFILING and MARGO_ENABLE_DIAGNOSTICS environment variables to enable those features
adds an experimental custom pool implementation that can be used to prioritize completion of in-flight RPC handlers over starting new ones. Enable by selecting "prio_wait" as the pool kind in the margo json configuration.