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
3cd1ee25f7
commit
cd9b5a6846
|
@ -31,7 +31,7 @@
|
|||
class PolicyCache
|
||||
{
|
||||
public:
|
||||
typedef boost::concurrent_flat_map<std::string,std::string> Map;
|
||||
typedef boost::concurrent_flat_map<uint64_t,std::string> Map;
|
||||
|
||||
public:
|
||||
PolicyCache(unsigned const max_size_ = 256)
|
||||
|
|
Loading…
Reference in New Issue
Block a user