]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common/async: `io_context_pool` constructor takes int64_t
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 14 Apr 2023 18:58:16 +0000 (14:58 -0400)
committerAdam Emerson <aemerson@redhat.com>
Wed, 24 Jan 2024 20:51:46 +0000 (15:51 -0500)
commitc7789f10fee63dac2103908941a375faa32acf5a
treeee04a86c1bdae89cd3dbb2e29f5d030936d8a679
parent809e1304b09b9aeb1605ee010a0f14414723cf8d
common/async: `io_context_pool` constructor takes int64_t

Just because this is what Ceph's config uses and it saves a narrowing
conversion. If we want to set a max value on the thread count, we
should do it in config.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/async/context_pool.h