]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: make max_connections configurable in beast 33053/head
authorTiago Pasqualini <tiago.pasqualini@canonical.com>
Fri, 31 Jan 2020 18:22:19 +0000 (15:22 -0300)
committerTiago Pasqualini <tiago.pasqualini@canonical.com>
Thu, 6 Feb 2020 20:42:38 +0000 (17:42 -0300)
commitd6dada5bcb356abaef8d9237ceca8f42d4fcfb74
tree9a40c4298b59ce76f6c71a82899220771e9c8447
parent55ad9b6937f09bbf81dea27b017ffa4e63d4f044
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>
doc/radosgw/frontends.rst
src/rgw/rgw_asio_frontend.cc