mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 07:42:16 +00:00
Wire the object_storage_connections_per_shard config option as LiveUpdate so it can be changed at runtime without restart. When the value changes, the storage_manager observer propagates it to all existing S3 clients, which rebalance their connection pools under the rebalance semaphore.