mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
Merge pull request #44509 from rzarzynski/wip-crimson-alienstore-drop-constant
crimson/alienstore: drop unused constant from AlienStore. Reviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: Chunmei Liu <chunmei.liu@intel.com> Reviewed-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
commit
4ff206fc1f
@ -134,7 +134,6 @@ private:
|
||||
// number of cores that are PREVENTED from being scheduled
|
||||
// to run alien store threads.
|
||||
static constexpr int N_CORES_FOR_SEASTAR = 3;
|
||||
constexpr static unsigned MAX_KEYS_PER_OMAP_GET_CALL = 32;
|
||||
mutable std::unique_ptr<crimson::os::ThreadPool> tp;
|
||||
const std::string type;
|
||||
const std::string path;
|
||||
|
Loading…
Reference in New Issue
Block a user