]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
radosgw-admin: lower default thread pool size
authorCasey Bodley <cbodley@redhat.com>
Wed, 26 Feb 2025 21:06:14 +0000 (16:06 -0500)
committerCasey Bodley <cbodley@redhat.com>
Thu, 6 Mar 2025 15:29:58 +0000 (10:29 -0500)
commitd693207987149e485a9d6ed8e200f090adc78776
tree59f1391cbf6ddf493cda333ef048efa2653b1cc6
parent6cc359a2227d16fd10508ce21978a9aaf96afdd2
radosgw-admin: lower default thread pool size

the thread pool controlled by rgw_thread_pool_size was added to
radosgw-admin for squid, but the default value of 512 wastes a lot of
time starting/stopping threads. change the default value to 8 for
radosgw-admin commands only

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 357f12f074d8fa9a8bb68f67ae17fa9b42938115)
src/rgw/rgw_admin.cc