diff options
Diffstat (limited to 'doc/development/import_project.md')
-rw-r--r-- | doc/development/import_project.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/import_project.md b/doc/development/import_project.md index 3cdf2b8977a..5059608ad5c 100644 --- a/doc/development/import_project.md +++ b/doc/development/import_project.md @@ -148,7 +148,7 @@ In this section we'll detail any known issues we've seen when trying to import a If you're attempting to import a large project into a development environment, you may see Gitaly throw an error about too many calls or invocations, for example: -``` +```plaintext Error importing repository into qa-perf-testing/gitlabhq - GitalyClient#call called 31 times from single request. Potential n+1? ``` |