]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/alienstore: drop unused constant from AlienStore. 44509/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 10 Jan 2022 14:11:36 +0000 (14:11 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 10 Jan 2022 14:12:46 +0000 (14:12 +0000)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/os/alienstore/alien_store.h

index 0557dae77c28dcc3cce72163c99d815471902acb..77c44f079ccf54925342e3cbd999e7d5b148b0d6 100644 (file)
@@ -122,7 +122,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;