Merge branch 'be-wary-of-typos' into 'master'

I am certainly weary of debugging sidekiq but I don't think that's what was meant

See merge request gitlab-org/gitlab-ce!15635
This commit is contained in:
Stan Hu 2017-11-28 20:43:22 +00:00
commit f1d1cea8b0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ troubleshooting steps that will help you diagnose the bottleneck.
debug steps with GitLab Support so the backtraces can be analyzed by our team.
It may reveal a bug or necessary improvement in GitLab.
> **Note:** In any of the backtraces, be weary of suspecting cases where every
> **Note:** In any of the backtraces, be wary of suspecting cases where every
thread appears to be waiting in the database, Redis, or waiting to acquire
a mutex. This **may** mean there's contention in the database, for example,
but look for one thread that is different than the rest. This other thread