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:
@@ -38,10 +38,8 @@ public:
|
||||
PolicyCache(unsigned const max_size_ = 256)
|
||||
: _max_size(max_size_)
|
||||
{
|
||||
strpool_config_t config = {0};
|
||||
strpool_config_t config = strpool_default_config;
|
||||
|
||||
|
||||
|
||||
strpool_init(_strpool,&config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user