]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: make max_connections configurable in beast 33341/head
authorTiago Pasqualini <tiago.pasqualini@canonical.com>
Fri, 31 Jan 2020 18:22:19 +0000 (15:22 -0300)
committerTiago Pasqualini <tiago.pasqualini@canonical.com>
Mon, 17 Feb 2020 21:12:07 +0000 (18:12 -0300)
commitacafbc871b873db061fb96d790eb83d126aa594c
tree8eab1c2e262d7a0d2d5f01a751dccfbcb22b9d5d
parentd960563efabca8f69d3fdc34444e49bced5a65e8
rgw: make max_connections configurable in beast

Beast frontend currently accepts a hardcoded number of connections
that is defined by boost::asio::socket_base::max_connections. This
commit makes it configurable via a 'max_connections' config option
on rgw frontend.

Fixes: https://tracker.ceph.com/issues/43952
Signed-off-by: Tiago Pasqualini <tiago.pasqualini@canonical.com>
(cherry picked from commit d6dada5bcb356abaef8d9237ceca8f42d4fcfb74)

Conflicts:
        src/rgw/rgw_asio_frontend.cc
- trivial resolution
doc/radosgw/frontends.rst
src/rgw/rgw_asio_frontend.cc