mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
policy_cache.hpp
This commit is contained in:
@@ -34,7 +34,7 @@ class PolicyCache
|
||||
{
|
||||
public:
|
||||
typedef boost::flyweight<std::string,boost::flyweights::no_tracking> fwstr;
|
||||
typedef boost::concurrent_flat_map<uint64_t,fwstr> Map;
|
||||
typedef boost::concurrent_flat_map<uint64_t,std::string> Map;
|
||||
|
||||
public:
|
||||
PolicyCache(unsigned const max_size_ = 256)
|
||||
|
||||
Reference in New Issue
Block a user