diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2018-11-05 17:46:15 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-05 17:46:15 +0000 |
commit | b6cde1856ff036732fd1d655c3a6fa113c2457a4 (patch) | |
tree | 2e5a951f4107e4d4d12b19e55745589629624c5e /changelogs | |
parent | 001cb5aae30264104c0e647923430358c00a249f (diff) | |
download | gitlab-ce-b6cde1856ff036732fd1d655c3a6fa113c2457a4.tar.gz |
Allow concurrency when using Puma
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/53362-allow-concurrency-in-puma.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/53362-allow-concurrency-in-puma.yml b/changelogs/unreleased/53362-allow-concurrency-in-puma.yml new file mode 100644 index 00000000000..5fbda0161c1 --- /dev/null +++ b/changelogs/unreleased/53362-allow-concurrency-in-puma.yml @@ -0,0 +1,5 @@ +--- +title: Allow Rails concurrency when running in Puma +merge_request: 22751 +author: +type: performance |