diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-07-23 18:42:36 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2018-07-23 18:42:36 +0000 |
commit | 694a7df9f882feddc064cc00731cab724c4e184a (patch) | |
tree | 930240ba0481f1047bbbf9da45c1847b2137ff90 /changelogs | |
parent | c1b335e0122052ff51e9c55f150f13e841737797 (diff) | |
download | gitlab-ce-694a7df9f882feddc064cc00731cab724c4e184a.tar.gz |
Improving performance of posting a comment by reducing memory + CPU
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/tz-mr-refactor-memory-reduction.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/changelogs/unreleased/tz-mr-refactor-memory-reduction.yml b/changelogs/unreleased/tz-mr-refactor-memory-reduction.yml index 20b72c98bc1..16003fa9cad 100644 --- a/changelogs/unreleased/tz-mr-refactor-memory-reduction.yml +++ b/changelogs/unreleased/tz-mr-refactor-memory-reduction.yml @@ -1,5 +1,5 @@ ---- -title: Reduces the client side memory footprint on merge requests -merge_request: 20744 -author: -type: performance +---
+title: Reduces the client side memory footprint on merge requests
+merge_request: 20744
+author:
+type: performance
|