diff options
author | Francisco Javier López <fjlopez@gitlab.com> | 2019-07-19 17:04:33 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-07-19 17:04:33 +0000 |
commit | 351bc078ca079a95445b54f01a72c34cf5a946bb (patch) | |
tree | 76e6d0ad0378553e3309eddbed7c804c0efa7d94 /changelogs | |
parent | 2db1317b92a62b8f1b4089c44d85442f0d8263f8 (diff) | |
download | gitlab-ce-351bc078ca079a95445b54f01a72c34cf5a946bb.tar.gz |
Avoid increasing redis counters when usage_ping is disabled
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fj-avoid-incresaing-usage-ping-when-not-enabled.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fj-avoid-incresaing-usage-ping-when-not-enabled.yml b/changelogs/unreleased/fj-avoid-incresaing-usage-ping-when-not-enabled.yml new file mode 100644 index 00000000000..f1077f2d56d --- /dev/null +++ b/changelogs/unreleased/fj-avoid-incresaing-usage-ping-when-not-enabled.yml @@ -0,0 +1,5 @@ +--- +title: Avoid increasing redis counters when usage_ping is disabled +merge_request: 30949 +author: +type: changed |