diff options
author | Nick Thomas <nick@gitlab.com> | 2018-06-05 11:11:36 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-06-05 11:11:36 +0000 |
commit | 9ca8d88b07406a51501999c1ea37dfdb0f697c06 (patch) | |
tree | ad7990d7a30a1233fb561e6052419291b419b74d /changelogs | |
parent | 89ab76c55e9e90c97bb8fe04eb11562979058b5a (diff) | |
parent | 71ed7987d3a7ab16677cb2b87721f391e8daaf13 (diff) | |
download | gitlab-ce-9ca8d88b07406a51501999c1ea37dfdb0f697c06.tar.gz |
Merge branch 'gh-importer-transactions' into 'master'
Perform pull request IO work outside a transaction
See merge request gitlab-org/gitlab-ce!19372
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/gh-importer-transactions.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/gh-importer-transactions.yml b/changelogs/unreleased/gh-importer-transactions.yml new file mode 100644 index 00000000000..1489d60a3fb --- /dev/null +++ b/changelogs/unreleased/gh-importer-transactions.yml @@ -0,0 +1,5 @@ +--- +title: Move PR IO operations out of a transaction +merge_request: +author: +type: performance |