mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
policy_cache.hpp
This commit is contained in:
parent
77635050df
commit
edc60fe7b3
|
@ -33,8 +33,8 @@ public:
|
||||||
typedef boost::concurrent_flat_map<std::string,std::string> Map;
|
typedef boost::concurrent_flat_map<std::string,std::string> Map;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PolicyCache()
|
PolicyCache(unsigned const max_size_ = 256)
|
||||||
: _max_size(1)
|
: _max_size(max_size_)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user