Commit 377ddbd5 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in storage-counter

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338571
It enables `assumeImmutableResults` in the storage-counter.
parent 0ce52132
...@@ -15,7 +15,7 @@ export default () => { ...@@ -15,7 +15,7 @@ export default () => {
} = el.dataset; } = el.dataset;
const apolloProvider = new VueApollo({ const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(), defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
}); });
return new Vue({ return new Vue({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment