Skip to content
Snippets Groups Projects

Changes limit for lsif artifacts to 100MB

Merged Igor Drozdov requested to merge id-change-default-for-ci-max-artifact-size-lsif into master
All threads resolved!
@@ -36,7 +36,8 @@ code_navigation:
```
The generated LSIF file size may be limited by
[ci_max_artifact_size_lsif](../../administration/instance_limits.md#maximum-file-size-per-type-of-artifact)
the [artifact application limits (`ci_max_artifact_size_lsif`)](../../administration/instance_limits.md#maximum-file-size-per-type-of-artifact),
default to 100MB (configurable by an instance administrator).
After the job succeeds, code intelligence data can be viewed while browsing the code:
Loading