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
Very basic shared-cache support, allowing multiple symbolicators to share one global cache and have faster warmup times. (#581)
Support concurrency control and backpressure on uploading to shared cache. (#584)
Use Google Application Credentials to authenticate to GCS in the shared cache. (#591)
Fixes
Truncate Malformed and Cache-Specific entries in the cache to match the length of their contents, in case they overwrote some longer, existing entry. (#586)