Commit a9e29120 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in view blob project files

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338436
It enables `assumeImmutableResults` in the view blob on project files.
parent a97b0d49
......@@ -14,7 +14,7 @@ import '~/sourcegraph/load';
Vue.use(VueApollo);
const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(),
defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
});
const viewBlobEl = document.querySelector('#js-view-blob-app');
......
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